Skip to content

Commit 1c40a03

Browse files
committed
Better tag message in the annotated tags.
1 parent 8a58e67 commit 1c40a03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878

7979
# Changelog
8080
## [Unreleased]
81+
### Changed
82+
- Better default tag message for spotless-changelog.
8183

8284
## [8.0.3] - 2024-12-11
8385
### Changed

src/main/resources/base/changelog.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (tasks.names.contains('changelogCheck')) {
3131
spotlessChangelog {
3232
branch 'release'
3333
appendDashSnapshotUnless_dashPrelease = true
34-
tagMessage 'v{{version}}\n\n{{changes}}'
34+
tagMessage '{{changes}}'
3535
runAfterPush "gh release create release/{{version}} --title 'v{{version}}' --notes-from-tag"
3636
}
3737
// set the project version for POM, jar manifest, etc.

0 commit comments

Comments
 (0)