-
Notifications
You must be signed in to change notification settings - Fork 492
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
Shorthand for syntax like '>= 6.1.0-0 <= 6.1.0'? #40
Comments
That's sort of what
This also matches patch releases, though, I'm not sure if that works for your purposes:
|
If you really want this today, just do this: |
Yeah, I was hoping that |
See #38, where the exact opposite assumption is made. You cannot please everyone. |
Yep, that makes sense. |
When I am working on a feature branch, I set the semver to be a pre-release of what version the code will be at when the branch is merged into master. (So if I'm starting at 6.0.0 and adding a feature, I set the semver to be 6.1.0-0 and increment the build tag as necessary.) When I point other dependents to use this branch to test it out, I want a semver that says 'use this version or any pre-releases thereof'. Would it be possible to get some shorthand for that case?
The text was updated successfully, but these errors were encountered: