- Run
make checkto check that all tests pass. - Run
make release VERSION=6.0.1 - Do a
git diffto check if things look sane. - Do a quick manual test with the
distfiles (viaindex.html) git commit -am "Release 6.0.1"git tag -s v6.0.1 -m "Release 6.0.1"- Run
git push && git push --tags - Update https://conversejs.org
cd /home/conversejs/converse.jsgit clone --branch v6.0.1 git@github.com:conversejs/converse.js.git 6.0.1cd 6.0.1 && ASSET_PATH=https://cdn.conversejs.org/6.0.1/dist/ make distcd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist
- Update release page on Github
- Run
npm publish && cd src/headless/ && npm publish - Update the repository on weblate
- Decide on next release number and run
make postrelease VERSION=6.0.2