Skip to content

Commit

Permalink
Fix a bug in the spotless-changelog README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 24, 2020
1 parent cbd049c commit 52fd295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ spotlessChangelog { // all defaults
appendDashSnapshotUnless_dashPrelease=false
// tag and push
tagPrefix 'release/'
commitMessage 'Published release/{version}' // {version} will be replaced
commitMessage 'Published release/{{version}}' // {{version}} will be replaced
remote 'origin'
branch 'main'
}
Expand Down

0 comments on commit 52fd295

Please sign in to comment.