We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd049c commit 52fd295Copy full SHA for 52fd295
README.md
@@ -170,7 +170,7 @@ spotlessChangelog { // all defaults
170
appendDashSnapshotUnless_dashPrelease=false
171
// tag and push
172
tagPrefix 'release/'
173
- commitMessage 'Published release/{version}' // {version} will be replaced
+ commitMessage 'Published release/{{version}}' // {{version}} will be replaced
174
remote 'origin'
175
branch 'main'
176
}
0 commit comments