Skip to content

Commit a277ca5

Browse files
committed
fix other guidance
1 parent b01e88a commit a277ca5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.server-changes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This directory tracks changes to server-only components (webapp, supervisor, coo
66

77
**Server-only PRs**: If your PR only changes `apps/webapp/`, `apps/supervisor/`, `apps/coordinator/`, or other server components (and does NOT change anything in `packages/`), add a `.server-changes/` file.
88

9-
**Mixed PRs** (both packages and server): Just add a changeset as usual. No `.server-changes/` file needed — the changeset covers it.
10-
119
**Package-only PRs**: Just add a changeset as usual.
1210

11+
**Mixed PRs** (both packages and server): Do changeset and server-changes
12+
1313
## File format
1414

1515
Create a markdown file with a descriptive name:

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pnpm run changeset:add
9292
- Confirm with maintainers before selecting **minor** (new features)
9393
- **Never** select major without explicit approval
9494

95-
When modifying only server components (`apps/webapp/`, `apps/supervisor/`, etc.) with no package changes, add a `.server-changes/` file instead. See `.server-changes/README.md` for format and documentation.
95+
When modifying server components (`apps/webapp/`, `apps/supervisor/`, etc.), add a `.server-changes/` file as well. See `.server-changes/README.md` for format and documentation.
9696

9797
## Dependency Pinning
9898

0 commit comments

Comments
 (0)