Skip to content

Commit

Permalink
Fix from knowledge in cli/cli#9299
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Aug 25, 2024
1 parent b008644 commit 8d28afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/changelog.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spotlessChangelog {
branch 'release'
tagPrefix "${kind}/"
commitMessage "Published ${kind}/{{version}}" // {{version}} will be replaced
tagMessage '{{changes}}'
tagMessage "${kind} v{{version}}\n\n{{changes}}"
runAfterPush "gh release create ${kind}/{{version}} --title '${releaseTitle} v{{version}}' --notes-from-tag"

if (kind == 'gradle') {
Expand Down

0 comments on commit 8d28afb

Please sign in to comment.