files: [ 'package.json' 'bower.json' ] plugins: prerelease: 'Linting config files': plugin: 'bumped-finepack' postrelease: 'Compile browser version': plugin: 'bumped-terminal' command: 'gulp' 'Generating CHANGELOG file': plugin: 'bumped-changelog' 'Commiting new version': plugin: 'bumped-terminal' command: 'git add dist CHANGELOG.md package.json bower.json && git commit -m "$newVersion releases" && git push origin master' 'Publishing tag at Github': plugin: 'bumped-terminal' command: 'git tag $newVersion && git push origin $newVersion' 'Publishing at NPM': plugin: 'bumped-terminal' command: 'npm publish'