Release
June 20, 2026 ยท View on GitHub
This project uses Changesets for versioning and release notes.
Release Flow
- Ensure all intended changes are merged and CI is green.
- Run
yarn versionto apply Changesets version and changelog updates. - Review the generated package and changelog changes.
- Run the release command, if configured for the repository.
No root release script is currently defined. Use the repository's publishing workflow or add one before publishing.
Changesets
Add a changeset for user-facing package behavior changes:
yarn changeset
Documentation-only, test-only, and internal refactor PRs usually do not need a changeset unless they describe or accompany a release-worthy behavior change.