Skip to content

Commit

Permalink
Merge pull request #899 from Chia-Network/tag-message-formatting2
Browse files Browse the repository at this point in the history
ci: improve formatting of tag note formatting
  • Loading branch information
TheLastCicada authored Jun 29, 2023
2 parents 4e287ca + 31f97aa commit 3f85faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
changes=$(npx conventional-changelog-cli -r 1 | tail -n +2)
git add CHANGELOG.md
git commit -m "chore: Updating changelog for $version"
git tag $version -m "$changes"
git tag $version -m "Release $version \n$changes"
git push origin $version
git push origin main
fi
Expand Down

0 comments on commit 3f85faa

Please sign in to comment.