Skip to content

Commit

Permalink
added bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
moinism committed Jul 16, 2017
1 parent 00e8a83 commit 912ff88
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .bumpedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
files:
- package.json
plugins:
prerelease:
Linting config files:
plugin: bumped-finepack
postrelease:
Building:
plugin: bumped-termial
command: 'NODE_ENV=production gulp build'
Generating CHANGELOG file:
plugin: bumped-changelog
Committing new version:
plugin: bumped-terminal
command: 'git add --all && git commit -m "Release $newVersion"'
Detecting problems before publish:
plugin: bumped-terminal
command: 'git-dirty'
Publishing tag to GitHub:
plugin: bumped-terminal
command: 'git tag $newVersion && git push && git push --tags'
Publishing to NPM:
plugin: bumped-terminal
command: npm publish

0 comments on commit 912ff88

Please sign in to comment.