|
@@ -11,10 +11,10 @@
|
|
9. Update https://conversejs.org
|
|
9. Update https://conversejs.org
|
|
* `cd /home/conversejs/converse.js`
|
|
* `cd /home/conversejs/converse.js`
|
|
* `git clone --branch v8.0.1 git@github.com:conversejs/converse.js.git 8.0.1`
|
|
* `git clone --branch v8.0.1 git@github.com:conversejs/converse.js.git 8.0.1`
|
|
- * `cd 8.0.1 && ASSET_PATH=https://cdn.conversejs.org/8.0.1/dist/ make dist && make doc`
|
|
|
|
- * `cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc`
|
|
|
|
|
|
+ * `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
|
|
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
|
|
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`
|
|
12. Run `npm publish && cd src/headless/ && npm publish`
|
|
13. Update the repository on weblate
|
|
13. Update the repository on weblate
|
|
-14. Decide on next release number and run `make postrelease VERSION=7.0.3`
|
|
|
|
|
|
+14. Decide on next release number and run `make postrelease VERSION=8.0.2`
|