Using Changesets with pnpm
нотатка
At the time of writing this documentation, the latest pnpm version was v6.14. The latest Changesets version was v2.16.0.
Setup
To setup changesets on a pnpm workspace, install changesets as a dev dependency in the root of the workspace:
pnpm add -Dw @changesets/cli
Then changesets' init command:
pnpm changeset init