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: docs/adding-a-changeset.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A changeset is a piece of information about changes made in a branch or commit.
12
12
13
13
## I am in a multi-package repository (a mono-repo)
14
14
15
-
1. Run the command line script `yarn changeset` or `npx @changesets/cli`.
15
+
1. Run the command line script `yarn changeset` or `pnpm changeset` or `npx @changesets/cli`.
16
16
2. Select the packages you want to include in the changeset using <kbd>↑</kbd> and <kbd>↓</kbd> to navigate to packages, and <kbd>space</kbd> to select a package. Hit enter when all desired packages are selected.
17
17
3. You will be prompted to select a bump type for each selected package. Select an appropriate bump type for the changes made. See [here](https://semver.org/) for information on semver versioning
18
18
4. Your final prompt will be to provide a message to go alongside the changeset. This will be written into the changelog when the next release occurs.
@@ -36,7 +36,7 @@ While not every changeset is going to need a huge amount of detail, a good idea
36
36
37
37
## I am in a single-package repository
38
38
39
-
1. Run the command line script `yarn changeset` or `npx @changesets/cli`.
39
+
1. Run the command line script `yarn changeset` or `pnpm changeset` or `npx @changesets/cli`.
40
40
2. Select an appropriate bump type for the changes made. See [here](https://semver.org/) for information on semver versioning.
41
41
3. Your final prompt will be to provide a message to go alongside the changeset. This will be written into the changelog when the next release occurs.
0 commit comments