Skip to content

Commit

Permalink
Improve github release notes (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Aug 29, 2024
2 parents 5591a35 + e0bd567 commit f39452f
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 "${kind} v{{version}}\n\n{{changes}}"
tagMessage "{{changes}}"
runAfterPush "gh release create ${kind}/{{version}} --title '${releaseTitle} v{{version}}' --notes-from-tag"

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

0 comments on commit f39452f

Please sign in to comment.