-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
branch master not satisfy condition >= #563
Comments
Can you provide a reproducible example? |
shards --version
|
I think it's sensible that shards takes |
There is a way to check if branch |
@kostya That check only works correctly if the commit tagged with This is not really necessary, though. The combination of I think that should work and that's what I would expect to happen. |
My project have dependencies (master because i want to test some things, before release version):
shard1
shard2 branch: master
shard1 have dependencies:
shard2 version >= '1.0.0'
both dependencies is ok, because master is >= 1.0.0, but shards unable to resolve this
Failed to resolve dependencies
.The text was updated successfully, but these errors were encountered: