Skip to content

Commit b01e88a

Browse files
committed
chore: fix contributing changeset advice
1 parent 82bdd1f commit b01e88a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Most of the time the changes you'll make are likely to be categorized as patch r
259259

260260
## Adding server changes
261261

262-
Changesets only track published npm packages. If your PR only changes server components (`apps/webapp/`, `apps/supervisor/`, `apps/coordinator/`, etc.) with no package changes, add a `.server-changes/` file so the change appears in release notes.
262+
Changesets only track published npm packages. If your PR changes server components (`apps/webapp/`, `apps/supervisor/`, `apps/coordinator/`, etc.), add a `.server-changes/` file so the change appears in release notes.
263263

264264
Create a markdown file with a descriptive name:
265265

@@ -286,7 +286,7 @@ The body text (below the frontmatter) is a one-line description of the change. K
286286
|---|---|
287287
| Only packages (`packages/`) | Changeset |
288288
| Only server (`apps/`) | `.server-changes/` file |
289-
| Both packages and server | Just the changeset |
289+
| Both packages and server | Both |
290290

291291
See `.server-changes/README.md` for more details.
292292

0 commit comments

Comments
 (0)