File: RELEASE_CHECKLIST.md

package info (click to toggle)
strophejs 1.2.14%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 736 kB
  • sloc: python: 179; makefile: 95
file content (13 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Release Checklist

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