Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (12 loc) · 427 Bytes

release_checklist.txt

File metadata and controls

13 lines (12 loc) · 427 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 release-VERSION HEAD)

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

Add documentation to strophe.im repo

Update website

Tell the world