Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
ac703521a9
commit
135ecd632a
21
js/ui/botui/.bumpedrc
Normal file
21
js/ui/botui/.bumpedrc
Normal 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
|
Loading…
Reference in New Issue
Block a user