chore: version bump to 3.4.0-rc#16043
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a routine version bump, updating the project's internal and external version identifiers to Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the project version to 3.4.0-rc. The changes are applied to CHANGELOG.md, CMakeLists.txt, MODULE.bazel, and google/cloud/internal/version_info.h to reflect the new version. I have found one issue in CHANGELOG.md regarding incompatibility with the release script, for which I've left a comment.
| **NOTE**: Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md) | ||
| for details on updating existing applications using v1.x.y or v2.x.y. | ||
|
|
||
| ## v3.4.0 - TBD |
There was a problem hiding this comment.
The release.sh script, which is used to create GitHub releases, expects the version heading in CHANGELOG.md to match the tag exactly (e.g., ## v3.4.0). The current format ## v3.4.0 - TBD will not be found by the script, which will prevent the release notes from being automatically populated in the GitHub release. To ensure compatibility with the release script, please remove the - TBD from this line.
| ## v3.4.0 - TBD | |
| ## v3.4.0 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16043 +/- ##
==========================================
- Coverage 92.65% 92.65% -0.01%
==========================================
Files 2339 2339
Lines 215290 215290
==========================================
- Hits 199482 199476 -6
- Misses 15808 15814 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.