@ftrack/react-toolbox
Version:
A set of React components implementing Google's Material Design specification with the power of CSS Modules.
39 lines (28 loc) • 896 B
Plain Text
files: [
'package.json'
]
plugins:
prerelease:
'Linting config files':
plugin: 'bumped-finepack'
'Linting projects files':
plugin: 'bumped-terminal'
command: 'yarn run lint'
'Preparing build':
plugin: 'bumped-terminal'
command: 'yarn run prepublish'
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
postrelease:
'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md package.json && git commit package.json -m "Release $newVersion"'
'Detecting problem before publish':
plugin: 'bumped-terminal'
command: 'git-dirty'
'Publishing tag at Github':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push origin master && git push --tags origin master'
'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'