-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Major, Minor and Patch version parts as separate variables #233
Comments
This all sounds reasonable. I'll try to get this done over the next week or so. If someone wants to send a PR, just ping me before working on it so we can avoid double work. |
The properties (excluding the
The I've also added a |
Sounds great, thank you so much! |
Any ETA on a release? Would love to migrate my last projects, but they are blocked by this. |
Done. It's v2.2.33 on nuget.org. If you don't see it yet, check again in an hour. |
Hi, additionally to the NBGV_MajorMinorVersion I would really like to have all the version parts available as separate (environment) variables.
Since (as I understand it) the version height doesn't have to be in the patch part of the version, all three would be preferable.
I need this primarily in a cloudbuild (via nbgv cloud -c -a) for docker tags ( 0.x, 0.1.x, 0.1.2), which is currently not possible without parsing the version via script.
I would like to request the feature that nbgv would set NBGV_Major, NBGV_Minor and NBGV_Patch.
As a bonus, the NBGV_PrereleaseVersion without the leading dash would also be welcomed.
The text was updated successfully, but these errors were encountered: