From b416253b09aad7894fc2b6b5d40a6e5931be8518 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 14 Mar 2013 21:33:32 +0100 Subject: [PATCH] Change the stable tag label for v3 to avoid conflicts with v2. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index fe706575c..ce7ec379c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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