Skip to content

Commit

Permalink
chore(ci): add changelog as a tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Peterka committed Feb 14, 2024
1 parent 638d85d commit 5d55df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: dronetag/actions/commit-and-tag@main
with:
version: ${{ steps.semantic.outputs.version }}
tag-message: ${{ steps.semantic.outputs.changelog }}
git-add: changelog.md
commit: true
github-token: ${{ github.token }}
Expand Down

0 comments on commit 5d55df9

Please sign in to comment.