Change the stable tag label for v3 to avoid conflicts with v2.
This commit is contained in:
parent
9682fbd149
commit
b416253b09
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user