Merged
Conversation
This commit addresses several issues related to the release process and local development checks. - Converts `get-release-version.cjs` to ES Modules and renames it to `get-release-version.js` to align with the project's module system. - Updates the GitHub Actions workflows (`nightly-release.yml` and `promote-release.yml`) to use the renamed script. - Fixes a bug in the release script's test mock that caused `preflight` checks to fail. - Adds the root `dist/` directory to `.eslintignore` to prevent linting errors on build artifacts. - Adds license headers to `scripts/vitest.config.ts` and `scripts/tests/get-release-version.test.js`. - Silences a false positive `shellcheck` warning in the `promote-release.yml` workflow.
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
Removes the unused vitest.config.ts from the scripts directory. The correct configuration is located in scripts/tests/vitest.config.ts.
SandyTao520
pushed a commit
that referenced
this pull request
Sep 10, 2025
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This was referenced Sep 16, 2025
giraffe-tree
pushed a commit
to giraffe-tree/gemini-cli
that referenced
this pull request
Oct 10, 2025
Co-authored-by: gemini-cli-robot <gemini-cli-robot@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TLDR
This turns the release and promotion process into one, almost, atomic unit.
Dive Deeper
A few large changes here:
Reviewer Test Plan
You can kick off a dry run relase against this branch to see the output.
Linked issues
Relates to #3687