A few alignement tweaks.
This commit is contained in:
parent
eef94f971c
commit
0b6f66ca81
@ -98,7 +98,7 @@ module.exports = (grunt) ->
|
|||||||
'git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."'
|
'git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."'
|
||||||
'git tag -a <%= pkg.version %> -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
|
'git tag -a <%= pkg.version %> -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
|
||||||
'git tag -af stable-v3 -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
|
'git tag -af stable-v3 -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
|
||||||
].join(' && ')
|
].join ' && '
|
||||||
push:
|
push:
|
||||||
options: shellOptions
|
options: shellOptions
|
||||||
command: 'git push origin --tags -f && git push origin --all'
|
command: 'git push origin --tags -f && git push origin --all'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user