mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- fixed changelog
- create release tag
This commit is contained in:
parent
697194e1b9
commit
cf70b12ed7
18
.github/workflows/publish.yml
vendored
18
.github/workflows/publish.yml
vendored
@ -284,4 +284,20 @@ jobs:
|
||||
github_repo: ${{ github.repository }}
|
||||
version: ${{ env.BUILD_VERSION }}
|
||||
git_commit_sha: ${{ github.sha }}
|
||||
git_tag_prefix: "b"
|
||||
git_tag_prefix: "b"
|
||||
##########################################################################
|
||||
# Push release tag to GitHub #############################################
|
||||
##########################################################################
|
||||
#- name: generate changelog
|
||||
# run: yarn auto-changelog
|
||||
- name: package-version-to-git-release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: ${{ env.VERSION }}
|
||||
release_name: ${{ env.VERSION }}
|
||||
body_path: ./CHANGELOG.md
|
||||
draft: false
|
||||
prerelease: true
|
||||
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [v0.6.3](https://github.com/Human-Connection/Human-Connection/compare/v0.6.0...v0.6.3)
|
||||
#### [v0.6.3](https://github.com/Human-Connection/Human-Connection/compare/v0.6.2...v0.6.3)
|
||||
|
||||
> 16 October 2020
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user