- Run
make checkto check that all tests pass. - Decide on a version number, e.g. 5.0.0
- Run
make release VERSION=5.0.0 - Do a
git diffto check if things look sane. - Do a quick manual test with the
distfiles (viaindex.html) git commit -am "New release 5.0.0"- `git tag -s v5.0.0
- Run
git push && git push --tags - Update https://conversejs.org
- Create
5.0.0directory for the CDN.- Create a new version for the CDN by copying
- Check out the correct tag
- Update
index.htmlto point to that version of the CDN - Run
make dist - Do the same for the root dir
- Run
npm publish && cd src/headless/ && npm publish - Update the repository on weblate