diff --git a/.bumpedrc b/.bumpedrc new file mode 100644 index 00000000..0870cd86 --- /dev/null +++ b/.bumpedrc @@ -0,0 +1,27 @@ +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"'