Skip to content

Commit c05a65e

Browse files
authored
Clarify changesets in README (microsoft#3146)
1 parent fb87ad9 commit c05a65e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you want to know _in-depth_ how this website works, there is an [hour long vi
5555

5656
This repo uses `pnpm` + `changesets` to manage package version bumps and releases.
5757

58-
CI will fail if a PR is missing a changeset. To add a changeset, run `pnpm changeset`, then follow along with the CLI.
58+
CI will fail if a PR modifies a public package but is missing a changeset. To add a changeset, run `pnpm changeset`, then follow along with the CLI.
5959

6060
```console
6161
$ pnpm changeset
@@ -70,7 +70,8 @@ $ pnpm changeset
7070

7171
New files will be created in `.changeset` and must be committed.
7272

73-
If you are making a change that does not affect published code, you can create an empty changeset for your PR with `pnpm changeset --empty`.
73+
PRs which don't modify public packages (e.g. website content updates) do not require changesets.
74+
If you are making a change to a published package but are not affecting published code, you can create an empty changeset for your PR with `pnpm changeset --empty`.
7475

7576
# Website Packages
7677

0 commit comments

Comments
 (0)