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: 'Generating CHANGELOG file': plugin: 'bumped-changelog' 'Committing the new version': plugin: 'bumped-terminal' command: 'git add . && git commit -m "$newVersion releases"'