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