- Make sure all tests pass (run 'make check')
- Update CHANGELOG.md
- Run "make release VERSION=1.2.16" (on Mac, prefix with "SED=gsed" so that GNU-sed is used).
- Add documentation to strophe.im repo
- Update links in
strophejs/index.markdown
in Strophe.im - Commit and push new documentation
- Update link to documentation in README (of strophe.js)
- Commit the newly generated files (mention it's a new release)
- Tag code with version (git tag -s vVERSION )
- Push repo and tags (git push && git push --tags)
- Publish on NPM: "npm publish"