Automatically move stable versions to bstable branch.
This commit is contained in:
parent
2489168dd5
commit
4446099f1b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user