Skip to content

Commit

Permalink
ci: improve formatting of tag note formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastCicada committed Jun 29, 2023
1 parent 4e287ca commit 31f97aa
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 31f97aa

Please sign in to comment.