Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 208 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 208 Bytes

Release Guide

  1. Update version field in package.json
  2. Stage: git add package.json
  3. Commit: git commit -m vX.Y.Z
  4. Create tag: git tag vX.Y.Z
  5. Push: git push --atomic origin master vX.Y.Z