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 72f5247 commit 8b9c32eCopy full SHA for 8b9c32e
lib/repo.js
@@ -217,7 +217,7 @@ Release.define({
217
Release._setVersion( Release.nextVersion );
218
219
console.log( "Committing version update..." );
220
- Release.git( "commit -am 'Updating the " + Release.branch +
+ Release.git( "commit -am 'Build: Updating the " + Release.branch +
221
" version to " + Release.nextVersion + ".'",
222
"Error committing package.json." );
223
},
0 commit comments