Skip to content

Commit

Permalink
Better tag message in the annotated tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 1, 2025
1 parent 8a58e67 commit 1c40a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@

# Changelog
## [Unreleased]
### Changed
- Better default tag message for spotless-changelog.

## [8.0.3] - 2024-12-11
### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/base/changelog.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (tasks.names.contains('changelogCheck')) {
spotlessChangelog {
branch 'release'
appendDashSnapshotUnless_dashPrelease = true
tagMessage 'v{{version}}\n\n{{changes}}'
tagMessage '{{changes}}'
runAfterPush "gh release create release/{{version}} --title 'v{{version}}' --notes-from-tag"
}
// set the project version for POM, jar manifest, etc.
Expand Down

0 comments on commit 1c40a03

Please sign in to comment.