Skip to content

Commit 52fd295

Browse files
committed
Fix a bug in the spotless-changelog README.
1 parent cbd049c commit 52fd295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ spotlessChangelog { // all defaults
170170
appendDashSnapshotUnless_dashPrelease=false
171171
// tag and push
172172
tagPrefix 'release/'
173-
commitMessage 'Published release/{version}' // {version} will be replaced
173+
commitMessage 'Published release/{{version}}' // {{version}} will be replaced
174174
remote 'origin'
175175
branch 'main'
176176
}

0 commit comments

Comments
 (0)