- Run
make checkto check that all tests pass. - Decide on a version number, e.g. 2.0.5
- Run
make release VERSION=2.0.5 - Do a
git diffto check if things look sane. - Do a quick manual test with the
distfiles (viaindex.html) git commit -am "New release 2.0.5"- `git tag -s v2.0.5
- Run
git push && git push --tags - Update http://conversejs.org
- Create
2.0.5directory 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