Skip to content

Multi-semantic-release changes the "workspace:^" while versioning #85

@Code2Life

Description

@Code2Life

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions