From f787622689edae9edc1504f86a44fc92addb1fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20H=C3=B8genes?= <1014990+jakhog@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:08:33 +0200 Subject: [PATCH 1/2] Dont add to changelog on prereleases --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 05a5cca..6de9252 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -74,6 +74,7 @@ jobs: version: ${{ needs.context.outputs.version }} release-type: ${{ needs.context.outputs.release-type }} - name: Prepend to Changelog + if: ${{ needs.context.outputs.should-publish == 'true' && needs.context.outputs.release-type != 'prerelease' }} uses: dolittle/add-to-changelog-action@v2 with: version: ${{ steps.increment-version.outputs.next-version }} From 87a088eac9b089b4ca39c6f40d3142a998725724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20H=C3=B8genes?= <1014990+jakhog@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:09:00 +0200 Subject: [PATCH 2/2] Remove prerelease changelog entry --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 505f6db..284561f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -# [3.2.0-upgradetools.0] - 2021-10-19 [PR: #19](https://github.com/dolittle/Protobuf/pull/19) -Update versions of C# and TS dependencies - - # [3.1.3] - 2021-3-27 [PR: #17](https://github.com/dolittle/Protobuf/pull/17) ## Summary