diff --git a/Gruntfile.coffee b/Gruntfile.coffee index aa55e9825..b3fdc9e5d 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -102,7 +102,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: