Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:37:12 +02:00
parent ac703521a9
commit 135ecd632a

21
js/ui/botui/.bumpedrc Normal file
View File

@ -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