Skip to content

Commit

Permalink
Build: just tack on +compat to versions that may include labels
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jul 13, 2015
1 parent 3d850ed commit 8565f54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module.exports = function( Release ) {
*/
_createTag: function( paths ) {
Release.distVersion = Release.newVersion;
Release.newVersion = Release.newVersion
.replace( /(\d+\.\d+\.\d+)/, "$1+compat" );
Release.newVersion = Release.newVersion + "+compat";
return createTag( paths );
},
/**
Expand Down

0 comments on commit 8565f54

Please sign in to comment.