From 6ad44d72022bf4fd8c17e962fe8698f4541812cd Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 2 Nov 2015 23:48:32 +0100 Subject: [PATCH] added bumped configuration --- .bumpedrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .bumpedrc 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"'