- Make sure all tests pass (run 'make check')
- Update CHANGELOG.md
- Run
make release VERSION=1.3.5
(on Mac, prefix with "SED=gsed" so that GNU-sed is used). - Run
make doc
- Run
cp -r doc ../strophe.im/strophejs/doc/1.3.5
- 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"
- Update the release notes on https://github.com/strophe/strophejs/releases
- Run
npm pack
and upload the tgz file to the releases page.
This repository has been archived by the owner on May 12, 2020. It is now read-only.