Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 352 Bytes

File metadata and controls

16 lines (13 loc) · 352 Bytes

Releasing

  1. Update package versions in packages/*/package.json.
  2. Update CHANGELOG.md.
  3. Run checks:
pnpm install
pnpm -r build
pnpm run lint
pnpm run typecheck
pnpm run test
  1. Tag the release in git and push to GitHub.
  2. GitHub Actions will automatically create a GitHub Release from the matching CHANGELOG.md version section.