Skip to content

Commit

Permalink
Add bumped config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 4, 2016
1 parent 2c09bac commit f8fa843
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .bumpedrc
@@ -0,0 +1,18 @@
files:
- package.json
plugins:
prerelease:
Linting config files:
plugin: bumped-finepack
postrelease:
Generating CHANGELOG file:
plugin: bumped-changelog
Commiting new version:
plugin: bumped-terminal
command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"'
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 f8fa843

Please sign in to comment.