You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we defined dependencies like example above. multi-semantic-release will always rewrite it with dependencies version. It's good to see if it can detect workspace prefix and update only case workspace:^<major>.<minor>.<patch> (match semver rules).
Since Yarn 2, they allowed using declare workspace dependencies with
workspace
prefix:Currently, if we defined dependencies like example above.
multi-semantic-release
will always rewrite it with dependencies version. It's good to see if it can detect workspace prefix and update only caseworkspace:^<major>.<minor>.<patch>
(match semver rules).Ref: https://yarnpkg.com/features/workspaces
The text was updated successfully, but these errors were encountered: