Postrelease
This commit is contained in:
parent
85375842a8
commit
4520a04be9
@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 7.0.2 (Unreleased)
|
||||||
|
|
||||||
|
|
||||||
## 7.0.1 (2020-11-19)
|
## 7.0.1 (2020-11-19)
|
||||||
|
|
||||||
- #2328: Honor `use_system_emojis` in emoji-picker
|
- #2328: Honor `use_system_emojis` in emoji-picker
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* `cd 7.0.1 && ASSET_PATH=https://cdn.conversejs.org/7.0.1/dist/ make dist && make doc`
|
* `cd 7.0.1 && ASSET_PATH=https://cdn.conversejs.org/7.0.1/dist/ make dist && make doc`
|
||||||
* `cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc`
|
* `cd .. && 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` to generate tarballs and 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.2`
|
14. Decide on next release number and run `make postrelease VERSION=7.0.2`
|
||||||
|
@ -268,7 +268,7 @@ export const _converse = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_converse.VERSION_NAME = "v7.0.1";
|
_converse.VERSION_NAME = "v7.0.2dev";
|
||||||
|
|
||||||
Object.assign(_converse, Events);
|
Object.assign(_converse, Events);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user