diff --git a/js/ui/botui/.bumpedrc b/js/ui/botui/.bumpedrc new file mode 100644 index 0000000..ef01403 --- /dev/null +++ b/js/ui/botui/.bumpedrc @@ -0,0 +1,21 @@ +files: + - package.json +plugins: + prerelease: + Linting config files: + plugin: bumped-finepack + postrelease: + Building: + plugin: bumped-terminal + command: 'NODE_ENV=production gulp' + Generating CHANGELOG file: + plugin: bumped-changelog + Committing new version: + plugin: bumped-terminal + command: 'git add --all && git commit -m "Release $newVersion"' + Publishing tag to GitHub: + plugin: bumped-terminal + command: 'git tag $newVersion && git push origin master && git push --tags' + Publishing to NPM: + plugin: bumped-terminal + command: npm publish