Skip to content

Commit

Permalink
💩
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Nov 11, 2015
1 parent e815f09 commit fb94605
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bumpedrc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fb94605

Please sign in to comment.