Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 393 Bytes

RELEASE.md

File metadata and controls

13 lines (11 loc) · 393 Bytes

Creating a new release

  1. Make final commits
  2. Push to master on Github and wait for build to pass
  3. Update version field in package.json and bower.json
  4. Update CHANGELOG.md with details of release
  5. Run npm test
  6. Commit and push to Github
  7. Tag commit as
  8. Push all tags to Github: git push --tags
  9. Publish to NPM: npm publish
  10. Announce to world!