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
valid
semver.valid('0.0.0-928490632884417731e7af463c92b034d6a78268fc993bcb88a57944') passes on 7.5.2, returns null on 7.5.3.
semver.valid('0.0.0-928490632884417731e7af463c92b034d6a78268fc993bcb88a57944')
suspecting #571 as the culprit
either it should pass on 7.5.3 or it's a breaking change that warrants a non-patch version bump
see "current behavior"
N/A IMO
The text was updated successfully, but these errors were encountered:
fix: correctly parse long build ids as valid
f547cf6
Fixes #580
fix: correctly parse long build ids as valid (#583)
99d8287
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
semver.valid('0.0.0-928490632884417731e7af463c92b034d6a78268fc993bcb88a57944')
passes on 7.5.2, returns null on 7.5.3.suspecting #571 as the culprit
Expected Behavior
either it should pass on 7.5.3 or it's a breaking change that warrants a non-patch version bump
Steps To Reproduce
see "current behavior"
Environment
N/A IMO
The text was updated successfully, but these errors were encountered: