Make sure we're on stable branch when pushing to Chrome store.
This commit is contained in:
parent
ab43686e62
commit
dcdca7fa77
@ -212,6 +212,10 @@ module.exports = (grunt) ->
|
|||||||
""".split('\n').join('&&')
|
""".split('\n').join('&&')
|
||||||
push:
|
push:
|
||||||
command: 'git push origin --tags -f && git push origin --all'
|
command: 'git push origin --tags -f && git push origin --all'
|
||||||
|
prestore:
|
||||||
|
command: 'git checkout stable'
|
||||||
|
poststore:
|
||||||
|
command: 'git checkout -'
|
||||||
aws:
|
aws:
|
||||||
command: """
|
command: """
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
@ -455,7 +459,9 @@ module.exports = (grunt) ->
|
|||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'store', [
|
grunt.registerTask 'store', [
|
||||||
|
'shell:prestore'
|
||||||
'webstore_upload'
|
'webstore_upload'
|
||||||
|
'shell:poststore'
|
||||||
]
|
]
|
||||||
|
|
||||||
grunt.registerTask 'setversion', 'Set the version number', (version) ->
|
grunt.registerTask 'setversion', 'Set the version number', (version) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user