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)

update version in package.json

Run grunt release

Upload zip file and tarball to GitHub

Add documentation to strophe.im repo

Update website

Tell the world