Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 415 Bytes

release_checklist.txt

File metadata and controls

14 lines (13 loc) · 415 Bytes

Release Checklist

Make sure all tests pass

Decide on version number

Update CHANGELOG.txt

Tag code with version (git tag -s release-VERSION head)

Push repo and tags (git push && git push –tags)

Create version.txt with version

Run make release

Upload zip file and tarball to GitHub

Add documentation to strophe.im repo

Update website

Tell the world