files: [ "package.json" ] plugins: prerelease: 'Linting config files': plugin: 'bumped-finepack' postrelease: 'Generating CHANGELOG file': plugin: 'bumped-changelog' 'Committing the new version': plugin: 'bumped-terminal' command: 'git add . && 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'