react-toolbox/.bumpedrc

28 lines
516 B
Plaintext
Raw Normal View History

2015-11-03 01:48:32 +03:00
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"'