Discussed in #1208
Originally posted by brad-mccormick August 8, 2023
This seems more like an issue than user error. New to changesets and running into an issue. I have a monorepo using pnpm-workspaces.yaml with a root level package.json, which just contains scripts, and package.json files for each package under the packages directory.
Here's what my pnpm-workspaces.yaml file looks like:
packages:
- 'packages/ui',
- 'packages/core',
- 'packages/icons',
When I run pnpm changeset it only picks up the root package.json, which is private, and ignores the workspace and packages.
Discussed in #1208
Originally posted by brad-mccormick August 8, 2023
This seems more like an issue than user error. New to changesets and running into an issue. I have a monorepo using pnpm-workspaces.yaml with a root level package.json, which just contains scripts, and package.json files for each package under the packages directory.
Here's what my pnpm-workspaces.yaml file looks like:
When I run
pnpm changesetit only picks up the root package.json, which is private, and ignores the workspace and packages.