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 d9343ef commit 85f3b78Copy full SHA for 85f3b78
lib/repo.js
@@ -259,8 +259,8 @@ Release.define({
259
Release.exec( "git checkout " + Release.branch,
260
"Error checking out " + Release.branch + " branch." );
261
262
- // Update all JSON versions
263
- Release._setVersion( Release.nextVersion );
+ // Update only canonical version
+ Release._versionJSON( "package.json", Release.nextVersion );
264
265
console.log( "Committing version update..." );
266
Release.exec( "git commit -am 'Build: Updating the " + Release.branch +
0 commit comments