Javi Velasco 2015-11-11 21:58:28 +01:00
parent e815f09a2c
commit fb94605feb
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ plugins:
postrelease:
'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add package.json && git commit package.json -m "$newVersion release" && git push origin master'
'Publishing tag at Github':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push origin $newVersion'