While using PNPM workspace in monorepo, dependencies could be:
"somePkg" : "workspace:^"
However, semantic release will change it to 1.0.x when writing version back to package.json.
Expect Behavior:
Remain original string: "workspace:^", otherwise, pnpm install will resuilt in wrong module structure.
While using PNPM workspace in monorepo, dependencies could be:
"somePkg" : "workspace:^"However, semantic release will change it to 1.0.x when writing version back to package.json.
Expect Behavior:
Remain original string: "workspace:^", otherwise, pnpm install will resuilt in wrong module structure.