make postrelease
This commit is contained in:
parent
357cad8a49
commit
76aa1ef3ec
@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 7.0.1 (Unreleased)
|
||||||
|
|
||||||
## 7.0.0 (2020-11-18)
|
## 7.0.0 (2020-11-18)
|
||||||
|
|
||||||
*Note for plugin authors:*
|
*Note for plugin authors:*
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
8. Update https://conversejs.org
|
8. Update https://conversejs.org
|
||||||
* `cd /home/conversejs/converse.js`
|
* `cd /home/conversejs/converse.js`
|
||||||
* `git clone --branch v7.0.0 git@github.com:conversejs/converse.js.git 7.0.0`
|
* `git clone --branch v7.0.0 git@github.com:conversejs/converse.js.git 7.0.0`
|
||||||
* `cd 7.0.0 && ASSET_PATH=https://cdn.conversejs.org/7.0.0/dist/ make dist`
|
* `cd 7.0.0 && ASSET_PATH=https://cdn.conversejs.org/7.0.0/dist/ make dist && make doc`
|
||||||
* `cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist`
|
* `cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc`
|
||||||
9. Update release page on Github
|
9. Update release page on Github
|
||||||
11. Run `npm publish && cd src/headless/ && npm publish`
|
11. Run `npm publish && cd src/headless/ && npm publish`
|
||||||
12. Update the repository on weblate
|
12. Update the repository on weblate
|
||||||
|
@ -268,7 +268,7 @@ export const _converse = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_converse.VERSION_NAME = "v7.0.0";
|
_converse.VERSION_NAME = "v7.0.1dev";
|
||||||
|
|
||||||
Object.assign(_converse, Events);
|
Object.assign(_converse, Events);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user