From cf70b12ed74011924ea788ab932fc9d7ac0e6bd9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 8 Feb 2021 17:55:02 +0100 Subject: [PATCH] - fixed changelog - create release tag --- .github/workflows/publish.yml | 18 +++++++++++++++++- CHANGELOG.md | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0a3eba72a..43c03d17b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -284,4 +284,20 @@ jobs: github_repo: ${{ github.repository }} version: ${{ env.BUILD_VERSION }} git_commit_sha: ${{ github.sha }} - git_tag_prefix: "b" \ No newline at end of file + 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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3d9c480..a23e5b61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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