Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 473 Bytes

File metadata and controls

13 lines (12 loc) · 473 Bytes

Release Checklist

  • Confirm package.json metadata and repository links are correct
  • Run pnpm install
  • Run pnpm build
  • Run pnpm typecheck
  • Run pnpm test
  • Validate README examples still compile conceptually
  • Bump version in package.json
  • Add/update changelog entry for the release
  • Create git tag: v<version>
  • Publish: npm publish --access public
  • Verify npm page and installation from a clean project