Merge branch 'bstable'
Conflicts: Gruntfile.coffee
This commit is contained in:
commit
5a88ebea5e
@ -143,7 +143,6 @@ module.exports = (grunt) ->
|
|||||||
""".split('\n').join('&&')
|
""".split('\n').join('&&')
|
||||||
beta:
|
beta:
|
||||||
command: """
|
command: """
|
||||||
git fetch --tags
|
|
||||||
git tag -af beta -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>."
|
git tag -af beta -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>."
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git pull
|
git pull
|
||||||
@ -154,7 +153,6 @@ module.exports = (grunt) ->
|
|||||||
""".split('\n').join('&&')
|
""".split('\n').join('&&')
|
||||||
stable:
|
stable:
|
||||||
command: """
|
command: """
|
||||||
git fetch --tags
|
|
||||||
git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>."
|
git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.meta.version %>."
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git pull
|
git pull
|
||||||
@ -168,7 +166,6 @@ module.exports = (grunt) ->
|
|||||||
command: 'git commit -am "Build web page."'
|
command: 'git commit -am "Build web page."'
|
||||||
web:
|
web:
|
||||||
command: """
|
command: """
|
||||||
git fetch --tags
|
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git pull
|
git pull
|
||||||
git merge --no-commit -s ours -
|
git merge --no-commit -s ours -
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user