458 B
458 B
Release checklist
- Run
make check
to check that all tests pass. - Decide on a version number, e.g. 1.0.5
- Run
make release VERSION=1.0.5
- Do a
git diff
to check if things look sane. - Do a quick manual test with the
dist
files (viaindex.html
) git commit -m "New release 1.0.5"
- `git tag -s v1.0.5
- Run
git push && git push --tags
- Update http://conversejs.org
- Create
1.0.5
directory for the CDN. - Run
npm publish