Skip to content

Commit

Permalink
!feat: Don't bump by default (#31)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: don't bump by default so we can bundle up multiple
changes into a release

Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Feb 9, 2023
1 parent 3c3e655 commit cbdd57b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: false

- name: Docker metadata
id: meta
Expand Down Expand Up @@ -54,3 +55,4 @@ jobs:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
generateReleaseNotes: true

0 comments on commit cbdd57b

Please sign in to comment.