Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 580 Bytes

RELEASE.md

File metadata and controls

11 lines (10 loc) · 580 Bytes

Instructions for running a release

  1. npm version _____ (note semver for deciding if major/minor/patch)
  2. git push (or git push upstream master)
  3. git push --tags (or git push upstream master --tags)
  4. Update the GitHub release documentation.
  5. After the tests run successfully, publish to npm:
    1. npm logout
    2. npm login
    3. npm pubish
  6. Verify that the new version is correctly published to npm