Skip to content
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

Merged
merged 2 commits into from Nov 8, 2022

Conversation

devbww
Copy link
Collaborator

@devbww devbww commented Nov 4, 2022

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 Reviewable

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-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 9abb617bda2cdb27037b19fcd76d24a29ca59789

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Base: 93.97% // Head: 93.97% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (aea76a0) compared to base (9b0aa6e).
Patch coverage: 90.32% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
google/cloud/bigtable/version.cc 100.00% <ø> (ø)
google/cloud/bigtable/version.h 100.00% <ø> (ø)
google/cloud/spanner/version.cc 100.00% <ø> (ø)
google/cloud/spanner/version.h 100.00% <ø> (ø)
google/cloud/storage/version.cc 100.00% <ø> (ø)
google/cloud/storage/version.h 100.00% <ø> (ø)
google/cloud/version.h 100.00% <ø> (ø)
google/cloud/spanner/spanner_version_test.cc 84.00% <87.50%> (+5.05%) ⬆️
google/cloud/storage/storage_version_test.cc 87.50% <88.88%> (+4.16%) ⬆️
google/cloud/bigtable/bigtable_version_test.cc 87.50% <90.90%> (+4.16%) ⬆️
... and 7 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

CMakeLists.txt Outdated Show resolved Hide resolved
google/cloud/storage/version.h Show resolved Hide resolved
@devbww devbww marked this pull request as ready for review November 7, 2022 23:10
@devbww devbww requested a review from a team as a code owner November 7, 2022 23:10
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: aea76a0636fbe47d3e70685c3fd897a5d9b134a0

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@devbww devbww merged commit 28fae26 into googleapis:main Nov 8, 2022
@devbww devbww deleted the release-candidate branch November 8, 2022 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants