Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 224 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (4 loc) · 224 Bytes

Release Process

  1. Update the version in package.json using semantic versioning.
  2. Run npm run tag to refresh the package lock and add a version commit and tag
  3. git push --atomic origin main <tag> to push the tag