Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 384 Bytes

DEVELOPING.md

File metadata and controls

10 lines (8 loc) · 384 Bytes

Developer docs

Release process

  1. Bump version in package.json and then npm install
  2. Commit the package.json and package-lock.json ("chore: prep vX.Y.Z")
  3. Create a GitHub release:
    • Allow GitHub to auto-create a matching tag in the format vX.Y.Z
    • Generate release notes from previous PR's, and review them for quality
  4. GitHub Actions will publish to NPM