You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ If you want to know _in-depth_ how this website works, there is an [hour long vi
55
55
56
56
This repo uses `pnpm` + `changesets` to manage package version bumps and releases.
57
57
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.
59
59
60
60
```console
61
61
$ pnpm changeset
@@ -70,7 +70,8 @@ $ pnpm changeset
70
70
71
71
New files will be created in `.changeset` and must be committed.
72
72
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`.
0 commit comments