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
I'm using the SemVer prop of the ReleaseNotesHelper, and when I ToString it the output is missing the Number of the prerelease.
SemVer
ReleaseNotesHelper
ToString
Number
For instance, if I have a version of
1.0.0-alpha
it outputs
which is correct. However if I have
1.0.0-alpha2
it only outputs
Unless I'm misunderstanding something, I think it should have the prerelease number in the output.
The text was updated successfully, but these errors were encountered:
seems to be duplicate of #1154
Sorry, something went wrong.
Yep. Closing in favor of #1154.
No branches or pull requests
I'm using the
SemVer
prop of theReleaseNotesHelper
, and when IToString
it the output is missing theNumber
of the prerelease.For instance, if I have a version of
it outputs
which is correct. However if I have
it only outputs
Unless I'm misunderstanding something, I think it should have the prerelease number in the output.
The text was updated successfully, but these errors were encountered: