Skip to content

Commit 23c1a97

Browse files
committed
agents nit
1 parent 6a7132c commit 23c1a97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ Changeset guidelines:
110110
- Create a changeset for any user-facing changes (features, bug fixes); typically in new pull requests;
111111
- a pull request can have multiple changesets
112112
- Select the appropriate semver bump: `patch` (bug fixes) or `minor` (new features)
113-
- This is a pre-1.0 preview release, so there are no `major` breaking change bumps
113+
- This is a pre-1.0 preview release, so there are no `major` breaking change bumps yet
114114
- Good changesets explain:
115115
- WHAT the change is
116116
- WHY the change was made
117117
- HOW a consumer should update their code
118-
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or a short paragraph for detailed changes
118+
- Good changesets are brief and user-focused (not contributor); they are generally 1 line or a short paragraph for detailed changes; The content of the changeset is used in CHANGELOG and release notes.
119119

120120
create a changeset file directly in `.changeset/` with a unique filename (e.g., `descriptive-change-name.md`):
121121

@@ -129,4 +129,3 @@ Description of the change explaining WHAT, WHY, and HOW to update
129129
```
130130

131131
- Include only the packages that were modified
132-
- Use `patch` for bug fixes, `minor` for new features

0 commit comments

Comments
 (0)