Take this checklist and paste it into your release PR. Ensure steps are followed in order.
- Tests pass in the terminal and in supported browsers.
- Branch off
developand create arelease-X.X.Xbranch. - Increment the version in package.json and bower.json.
- This is determined by the changes since the last release, using Semantic Versioning.
- Update CHANGELOG.
- Describe large internal changes or anything that will affect users.
- Merge this release branch into
masterand tag it. Delete release branch. - Merge
masterintodevelop. - Publish a new GitHub release/tag.
- Publish the new version to npm by running
npm publish.