From 135ecd632acdfc6efa4b449901e4981263713406 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:37:12 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/botui/.bumpedrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 js/ui/botui/.bumpedrc 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