Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
updated bumped settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 3, 2015
1 parent 6ab6ad5 commit 5a911c6
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .bumpedrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
files: [
"package.json"
"bower.json"
'package.json'
'bower.json'
]

plugins:

prerelease:

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

postrelease:

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

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

'Commit the new version':
'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md bower.json package.json assets/css/uno-zen.css assets/js/uno-zen.js && git commit -m "$newVersion releases" && 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: 'git add . && git commit -m "$newVersion releases"'
command: 'npm publish'

0 comments on commit 5a911c6

Please sign in to comment.