Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 277 Bytes

RELEASE.md

File metadata and controls

12 lines (10 loc) · 277 Bytes

Release

Steps

  1. $ npm run verify
  2. Edit version in package.json
  3. $ npm i
  4. Commit package.json & package-lock.json
  5. $ npm publish
  6. Create git tag for version using version for tag and description
    • Example: 0.0.10
  7. $ git push --follow-tags