Skip to content

Commit 8b9c32e

Browse files
committed
Repo: Update commit message for post release bump to be valid
1 parent 72f5247 commit 8b9c32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Release.define({
217217
Release._setVersion( Release.nextVersion );
218218

219219
console.log( "Committing version update..." );
220-
Release.git( "commit -am 'Updating the " + Release.branch +
220+
Release.git( "commit -am 'Build: Updating the " + Release.branch +
221221
" version to " + Release.nextVersion + ".'",
222222
"Error committing package.json." );
223223
},

0 commit comments

Comments
 (0)