We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are cases when Version field of Pin is empty. In this case Branch field is used. e.g.:
Version
Pin
Branch
{ "identity" : "swift-ogg", "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/swift-ogg", "state" : { "branch" : "0.0.1", "revision" : "e9a9e7601da662fd8b97d93781ff5c60b4becf88" } }
We need to check Branch field or skip this package (with log message) if Version and Branch are empty.
The text was updated successfully, but these errors were encountered:
DmitriyLewen
Successfully merging a pull request may close this issue.
Description
There are cases when
Version
field ofPin
is empty.In this case
Branch
field is used.e.g.:
We need to check
Branch
field or skip this package (with log message) ifVersion
andBranch
are empty.Discussed in #6165
The text was updated successfully, but these errors were encountered: