Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(lane-merge), avoid showing workspace conflicts when it Semver satisfied #7351

Merged
merged 3 commits into from
May 3, 2023

Conversation

davidfirst
Copy link
Member

Proposed Changes

  • Currently, semver.satisfies was checked only when the current-policy and other-policy were a range, which never happened, because saving the policy upon tag wasn't implemented yet. This PR removes this condition and always check whether it satisfies, and if it is, it won't be shown as a conflict.
  • Fixes a bug where other-lane had the same version as workspace.jsonc, but different version than current-component. It was showing the same version from current/other as a conflict.

@davidfirst davidfirst merged commit f0ec708 into master May 3, 2023
@davidfirst davidfirst deleted the merge-config-satisfies branch May 3, 2023 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants