Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 664 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 664 Bytes

Releasing is handled by GitHub Actions and is powered by GitHub Releases.

  1. Set the new version following the semver specification in package.json
  2. Verify the package contents and size using npm publish --dry-run
  3. Draft a new release
    • Set the tag version to the new version
    • Set the release title to the new version
    • Auto-generate the release notes, excluding any internal changes
  4. Watch the release build and verify it completes successfully