From 4446099f1b99d7ea10186b1f9e2f7692d4b6864e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 11 Jun 2015 22:51:03 -0700 Subject: [PATCH] Automatically move stable versions to bstable branch. --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 3cbf48cb0..49959fe56 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -185,6 +185,7 @@ module.exports = (grunt) -> """.split('\n').join('&&') stable: command: """ + git push . HEAD:bstable git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>." git checkout gh-pages git pull