-
Notifications
You must be signed in to change notification settings - Fork 374
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
feat: support a pre-release component of the version string #10181
Conversation
This allows `google::cloud::version_string()` to return, for example, "v2.5.0-rc" in pre-release builds. Update the release guide to describe the additional steps required.
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Codecov ReportBase: 93.97% // Head: 93.97% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #10181 +/- ##
==========================================
- Coverage 93.97% 93.97% -0.01%
==========================================
Files 1526 1526
Lines 140585 140606 +21
==========================================
+ Hits 132114 132132 +18
- Misses 8471 8474 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
This allows
google::cloud::version_string()
to return, for example, "v2.5.0-rc" in pre-release builds.Update the release guide to describe the additional steps required.
This change is