existential-assign
Version:
Check for the existential value of a variable/object. Assign one if the value doesn't exist.
33 lines (23 loc) • 688 B
Plain Text
files: [
'package.json'
'bower.json'
]
plugins:
prerelease:
'Linting config files':
plugin: 'bumped-finepack'
postrelease:
'Compiling browser version':
plugin: 'bumped-terminal'
command: 'gulp'
'Generating CHANGELOG file':
plugin: 'bumped-changelog'
'Commiting new version':
plugin: 'bumped-terminal'
command: 'git add CHANGELOG.md bower.json package.json dist && git commit -m "Release $newVersion"'
'Publishing tag at Github':
plugin: 'bumped-terminal'
command: 'git tag $newVersion && git push && git push --tags'
'Publishing at NPM':
plugin: 'bumped-terminal'
command: 'npm publish'