Change the stable tag label for v3 to avoid conflicts with v2.

This commit is contained in:
Nicolas Stepien 2013-03-14 21:33:32 +01:00
parent 9682fbd149
commit b416253b09

View File

@ -50,7 +50,7 @@ module.exports = function(grunt) {
'git checkout ' + pkg.meta.mainBranch,
'git commit -am "Release ' + release + '."',
'git tag -a ' + pkg.version + ' -m "' + release + '."',
'git tag -af stable -m "' + release + '."'
'git tag -af stable-v3 -m "' + release + '."'
].join(' && ');
},
stdout: true