-
-
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
2.4.0 release #453
Comments
@adamralph I tested the usage of environment variables with minver-cli 2.4.0-beta.2 and it all works as expected. minver-cli uses environment variables when present
minver-cli command-line arguments override environment variables when present
Some edge-cases I could think of: 1. Environment variable is present, but I want to ignore it and use an empty value e.g. set MINVERBUILDMETADATA=ABC
set MINVERTAGPREFIX=DEF
minver --build-metadata "" --tag-prefix "" ✅ I confirmed it will use empty values instead of using the environment variables 2. MINVERVERSIONOVERRIDE correctly overrides the version (even when other environment variables) are present, but I want to opt-out of this, and let minver do its thing 🚀 |
Wow, thanks for the detailed testing @augustoproiete! Regarding |
@augustoproiete
- 2.4.0 release #453 (comment)The text was updated successfully, but these errors were encountered: