Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 515 Bytes

release_checklist.txt

File metadata and controls

15 lines (14 loc) · 515 Bytes

Release Checklist

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

Decide on version number

Update CHANGELOG.txt

Check for correct version number in package.json and bower,json

Run “make release”

Commit the newly generated files (mention it’s a new release)

Tag code with version (git tag -s vVERSION )

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

Publish on NPM: “npm publish”

Add documentation to strophe.im repo

Update website

Tell the world