added bumped configuration

old
Kiko Beats 2015-11-02 23:48:32 +01:00
parent 6545e2bc7f
commit 6ad44d7202
1 changed files with 27 additions and 0 deletions

27
.bumpedrc Normal file
View File

@ -0,0 +1,27 @@
files: [
'package.json'
]
plugins:
prerelease:
'Linting config files':
plugin: 'bumped-finepack'
'Linting projects files':
plugin: 'bumped-terminal'
command: 'npm run lint'
'Preparing build':
plugin: 'bumped-terminal'
command: 'npm run prepublish'
postrelease:
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
'Committing the new version':
plugin: 'bumped-terminal'
command: 'git add . && git commit -m "$newVersion releases"'