Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 509 Bytes

RELEASE.md

File metadata and controls

15 lines (13 loc) · 509 Bytes

Release creation instructions

Currently this is a manual process.

  1. Are there changes to the public API? Have they been documented in the wiki?
  2. Increment package.json version
  3. npm run-script test
  4. npm run-script clean
  5. npm run-script build
  6. git commit -am "*.*.* Release Prep"
  7. git tag -am "*.*.* Release" *.*.*
  8. git push
  9. git push origin *.*.*
  10. npm publish
  11. Update release notes on Github