chore/release: bump version to 0.35.0-nightly.20260314.3038fdce2#22395
chore/release: bump version to 0.35.0-nightly.20260314.3038fdce2#22395gemini-cli-robot wants to merge 1 commit into
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, automated version bump for the project's nightly release. It ensures that all relevant package configuration files reflect the latest development version, maintaining consistency across the codebase and updating the associated sandbox image URI. 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 appears to be an automated nightly release, bumping the version across all packages. However, I've identified a critical issue: the date in the new version string (0.35.0-nightly.20260314.3038fdce2) is set to the year 2026. This is likely a misconfiguration in the release automation and could cause significant problems with version management and dependency resolution. I've left a comment with details on the root package.json.
Note: Security Review has been skipped due to the limited scope of the PR.
| { | ||
| "name": "@google/gemini-cli", | ||
| "version": "0.35.0-nightly.20260311.657f19c1f", | ||
| "version": "0.35.0-nightly.20260314.3038fdce2", |
There was a problem hiding this comment.
The year in the nightly version string is 2026, which is in the future. This appears to be a misconfiguration in the release automation, potentially a hardcoded year. Using a future date in a version string can lead to serious problems with package managers, version sorting, and identifying the correct 'latest' build. Please correct the automation to use the current year for nightly builds.
Automated version bump for nightly release.