react-toolbox/.bumpedrc

29 lines
535 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:
'Publishing tag at Github':
2015-11-03 14:51:31 +03:00
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push origin $newVersion'
2015-11-03 14:51:31 +03:00
'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'