Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 527 Bytes

README_INTERNAL.md

File metadata and controls

10 lines (8 loc) · 527 Bytes

Release

  1. Get branch approved and merged
  2. Pull the updated master branch locally
  3. Run npm version - bump the version appropriately (this will commit and tag master). ex: npm version 1.0.8
  4. Push commit to github w/ tags git push origin --tags
  5. Run yarn build
  6. Run npm publish (your npm account will need to have publish access)
  7. After publishing, there will be a release in github with this tagname. Edit the release notes with any changes and attach the .tgz file that was created by yarn build.