- Before merging a PR, check whether it changes user-facing behavior or should appear in npm release notes.
- If yes, make sure a maintainer adds a
.changeset/*.mdfile before merge or immediately after in a follow-up PR. - Do not expect external contributors to know or run the Changesets workflow.
- Use the smallest appropriate bump:
patch: fixes, compatibility work, docs-visible behavior changesminor: new features or notable new behaviormajor: breaking changes
- Treat a PR as not release-ready until the changeset question has been answered.
- Follow RELEASING.md for the repo's full Changesets and publish workflow.