- Make sure all tests pass (run 'make check')
- Update CHANGELOG.md
- Run
make release VERSION=1.4.4(on Mac, prefix with "SED=gsed" so that GNU-sed is used). - Run
make doc - Run
cp -r doc ../strophe.im/strophejs/doc/1.4.4 - Update links in
../strophe.im/strophejs/index.markdownin Strophe.im git commit -am "Docs for Strophe.js 1.4.4" && git push- Update link to documentation in README (of strophe.js)
cd ../strophe.js && git commit -am "Release 1.4.4"git tag -s v1.4.4 -m "Release 1.4.4"- Run
git push && git push origin v1.4.4 - Publish on NPM:
npm publish - Update the release notes on https://github.com/strophe/strophejs/releases
- Run
npm packand upload the tgz file to the releases page.