- fixed changelog

- create release tag
This commit is contained in:
Ulf Gebhardt 2021-02-08 17:55:02 +01:00
parent 697194e1b9
commit cf70b12ed7
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 18 additions and 2 deletions

View File

@ -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

View File

@ -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