-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Description
Hi there.
We are evaluating to replace Lerna with Yarn workspaces + Changesets and need input if the following concept is possible with changesets:
"workspaces": [
"libs/*", // All packages in `libs` should be versioned independenly
"main/*", // All packages in `main` should have one fixed/locked versioning
]We would ideally have an independent versioning (like all packages can get a custom version) for all packages inside the libs/ workspace and a fixed version across packages (like in LErna’s fixed/locked mode) under main/.
Is this possible with changesets?
Cheers 😊
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels