A few alignement tweaks.

This commit is contained in:
Mayhem 2013-08-03 00:27:36 +02:00
parent eef94f971c
commit 0b6f66ca81

View File

@ -98,7 +98,7 @@ module.exports = (grunt) ->
'git commit -am "Release <%= 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 %>."'
].join(' && ')
].join ' && '
push:
options: shellOptions
command: 'git push origin --tags -f && git push origin --all'