Readd git checkout line
This commit is contained in:
parent
a703c2dcd6
commit
c52f9fcf9e
@ -82,6 +82,7 @@ module.exports = (grunt) ->
|
||||
commit:
|
||||
options: shellOptions
|
||||
command: [
|
||||
'git checkout <%= pkg.meta.mainBranch %>',
|
||||
'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 -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user