-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
MinVerPreRelease terminates before the first hyphen in the pre-release identifiers #479
Comments
This has been fixed and manually verified in #478. Before closing this issue, a test should be added after the current tests have been moved to a test project. |
This was referenced Mar 15, 2021
Merged
Merged
This was referenced Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version(s)
1.0.0 - 2.4.0
To reproduce
Steps to reproduce the behaviour:
1.2.3-foo-bar
Expected behaviour
Standard error contains
MinVer: [output] MinVerPreRelease=foo-bar
.Actual behaviour
Standard error contains
MinVer: [output] MinVerPreRelease=foo
.Workarounds
Extract the pre-release identifiers from
PackageVersion
orVersion
.Additional context
Thanks to @kojoru for identifying and fixing this bug in #478.
The text was updated successfully, but these errors were encountered: