Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 416 Bytes

release_checklist.txt

File metadata and controls

13 lines (12 loc) · 416 Bytes

Release Checklist

Make sure all tests pass (run ‘make check’ or ‘Grunt qunit’)

Decide on version number

Update CHANGELOG.txt

Check for correct version number in package.json

Run grunt release

Tag code with version (git tag -s vVERSION )

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

Add documentation to strophe.im repo

Update website

Tell the world