Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 29, 2016
1 parent 636df23 commit 3a67b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bumpedrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins:

'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add assets/js/src/__init.coffee CHANGELOG.md bower.json package.json assets/css/*.css assets/js/bloggy.*.js && git commit -m "Release $newVersion" && git push origin master'
command: 'git add assets/js/src/__init.coffee CHANGELOG.md bower.json package.json assets/css/*.css assets/js/bloggy.*.js && git commit -m "Release $newVersion"'

'Publishing tag at Github':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push origin $newVersion'
command: 'git tag $newVersion && git push && git push --tags'

0 comments on commit 3a67b27

Please sign in to comment.