Skip to content

Commit

Permalink
Add bumped config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 6, 2016
1 parent 15bb8e7 commit 49ea461
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions .bumpedrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
files: [
"package.json"
'package.json'
'bower.json'
]

plugins:
prerelease: {}
postrelease: {}

prerelease:

'Linting config files':
plugin: 'bumped-finepack'

postrelease:

'Compiling browser version':
plugin: 'bumped-terminal'
command: 'gulp build'

'Generating CHANGELOG file':
plugin: 'bumped-changelog'

'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'

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

'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'

0 comments on commit 49ea461

Please sign in to comment.