Revert "Also make sure the tags are up to date here."
Breaks tags in case of multiple moves to gh-pages before pushing. This reverts commit ffcd23a30df3dde4f7b9879aa13f598b75e9baaf.
This commit is contained in:
parent
e160df58cb
commit
458db4e70f
@ -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
|
||||||
@ -166,7 +164,6 @@ module.exports = (grunt) ->
|
|||||||
""".split('\n').join('&&')
|
""".split('\n').join('&&')
|
||||||
web:
|
web:
|
||||||
command: """
|
command: """
|
||||||
git fetch --tags
|
|
||||||
git commit -am "Build web page."
|
git commit -am "Build web page."
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git pull
|
git pull
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user