Automatically move stable versions to bstable branch.

This commit is contained in:
ccd0 2015-06-11 22:51:03 -07:00
parent 2489168dd5
commit 4446099f1b

View File

@ -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