We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda5079 commit c5eb149Copy full SHA for c5eb149
1 file changed
AGENTS.md
@@ -115,7 +115,7 @@ pnpm changeset status
115
```
116
117
Changeset guidelines:
118
-- Create a changeset for any user-facing changes (features, bug fixes)
+- Create a changeset for any user-facing changes (features, bug fixes); typically in new pull requests; a pull request can have multiple changesets
119
- Select the appropriate semver bump: `patch` (bug fixes) or `minor` (new features)
120
- This is a pre-1.0 preview release, so there are no `major` breaking change bumps
121
- Write a clear, concise description of the change for the changelog
0 commit comments