809 B
809 B
Release checklist
- Run
make check
to 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 diff
to check if things look sane. - Do a quick manual test with the
dist
files (viaindex.html
) git commit -am "New release 5.0.0"
- `git tag -s v5.0.1
- Run
git push && git push --tags
- Update https://conversejs.org
- Create
5.0.0
directory for the CDN.- Create a new version for the CDN by copying
- Check out the correct tag
- Update
index.html
to 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
- Decide on next release number and run
make postrelease VERSION=5.0.2