Skip to content

Commit

Permalink
Use pnpm changeset in contributing guide (#7496)
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored Dec 10, 2024
1 parent 88db1f6 commit 8937b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ We use the [`changesets`](https://github.com/changesets/changesets/blob/main/REA

- Create a changeset for the current change.
```sh
> npx changeset
> pnpm changeset
```
- Select which workspaces are affected by the change and whether the version requires a major, minor or patch release.
- Update the generated changeset with a description of the change.
Expand Down

0 comments on commit 8937b01

Please sign in to comment.