Skip to content

Commit

Permalink
Merge pull request #20 from dolittle/fix-changelog-prerelease-check
Browse files Browse the repository at this point in the history
Don't generate changelogs for prereleases
  • Loading branch information
jakhog authored Oct 19, 2021
2 parents 8127ef5 + 87a088e commit f2090b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f2090b7

Please sign in to comment.