bc7621c25d
Refactor the Makefile somewhat. - Rename `make release` to `make version` - Add `make release-checkout` which checks out the release branch
761 B
761 B
Release checklist
- Merge weblate translations: https://hosted.weblate.org/projects/conversejs/translations/#repository
- Run
make check
to check that all tests pass. - Run
make version VERSION=10.1.5
- Do a
git diff
to check if things look sane. - Do a quick manual test with the
dist
files (viaindex.html
) git commit -am "Release 10.1.5"
git tag -s v10.1.5 -m "Release 10.1.4"
git push && git push origin v10.1.5
make publish BRANCH=v10.1.5
- Update release page on Github
- Upload tar files
- Update https://conversejs.org
cd /home/conversejs/converse.js
make deploy VERSION=10.1.5
- Update the repository on weblate
- Decide on next release number and run
make postrelease VERSION=10.1.6