ddda0d3eeb
updates #752
661 B
661 B
Release checklist
- Run
make check
to 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 diff
to check if things look sane. - Do a quick manual test with the
dist
files (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.5
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