Postrelease

This commit is contained in:
JC Brand 2021-09-09 22:43:37 +02:00
parent 6b3f8a3f39
commit 40a49042e9
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,6 @@
* `cd 8.0.1 && nvm install && ASSET_PATH=https://cdn.conversejs.org/8.0.1/dist/ make dist && make doc`
* `cd .. && nvm install && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc`
10. Update release page on Github
11. Run `npm pack && cd src/headless && npm pack` to generate tarballs. Then upload them to the Github release page
12. Run `npm publish && cd src/headless/ && npm publish`
13. Update the repository on weblate
14. Decide on next release number and run `make postrelease VERSION=8.0.2`
11. Run `npm publish && cd src/headless/ && npm publish`
12. Update the repository on weblate
13. Decide on next release number and run `make postrelease VERSION=8.0.2`

View File

@ -83,7 +83,7 @@ Strophe.addNamespace('VCARDUPDATE', 'vcard-temp:x:update');
Strophe.addNamespace('XFORM', 'jabber:x:data');
Strophe.addNamespace('XHTML', 'http://www.w3.org/1999/xhtml');
_converse.VERSION_NAME = "v8.0.1";
_converse.VERSION_NAME = "v8.0.2dev";
Object.assign(_converse, Events);