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), save versions in .bitmap as tags if exist when merging from main #7891

Merged
merged 2 commits into from
Sep 8, 2023

Conversation

davidfirst
Copy link
Member

Currently, when merging from main and main is ahead, it saves the components in .bitmap with the snap (hash) instead of the tags. As a result, the subsequent snap of a dependent, saves the dependency with a snap instead of a tag.
Once this happens, the manifest generated for this component has the dependency version as 0.0.0-hash instead of the tag and the installation fails.
This PR fixes it by saving it with the tag to the .bitmap during the merge.

@davidfirst davidfirst merged commit b78dfbd into master Sep 8, 2023
11 checks passed
@davidfirst davidfirst deleted the save-dep-with-tag branch September 8, 2023 21:20
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.

None yet

2 participants