diff --git a/Gruntfile.coffee b/Gruntfile.coffee index da3d1bf88..c3f074c60 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -100,7 +100,7 @@ module.exports = (grunt) -> 'git checkout <%= pkg.meta.mainBranch %>' 'git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."' 'git tag -a <%= pkg.version %> -m "<%= pkg.meta.name %> v<%= pkg.version %>."' - 'git tag -af stable-v3 -m "<%= pkg.meta.name %> v<%= pkg.version %>."' + 'git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.version %>."' ].join ' && ' push: