Releasing: Patching and Rollback (#8673)

This commit is contained in:
matt korwel
2025-09-17 21:16:08 -07:00
committed by GitHub
parent 8f0306f499
commit 930f39a0cd
14 changed files with 379 additions and 475 deletions

View File

@@ -73,7 +73,7 @@ This is a fallback workflow to ensure that no issue gets missed by the triage pr
This workflow handles the process of packaging and publishing new versions of the Gemini CLI.
- **Workflow File**: `.github/workflows/release.yml`
- **Workflow File**: `.github/workflows/release-manual.yml`
- **When it runs**: On a daily schedule for "nightly" releases, and manually for official patch/minor releases.
- **What it does**:
- Automatically builds the project, bumps the version numbers, and publishes the packages to npm.