From fe4fcf89d917c12e7cb6c31e3f361ff2060f88d7 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Fri, 3 Apr 2026 01:37:35 +0000 Subject: [PATCH] docs: clarify release coordination (#24575) --- docs/release-confidence.md | 6 ------ docs/releases.md | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/release-confidence.md b/docs/release-confidence.md index c46a702820..44dca1b2f3 100644 --- a/docs/release-confidence.md +++ b/docs/release-confidence.md @@ -22,12 +22,6 @@ nightly) or the release branch (for preview/stable). - **Platforms:** Tests must pass on **Linux and macOS**. - -> [!NOTE] -> Windows tests currently run with `continue-on-error: true`. While a -> failure here doesn't block the release technically, it should be -> investigated. - - **Checks:** - **Linting:** No linting errors (ESLint, Prettier, etc.). - **Typechecking:** No TypeScript errors. diff --git a/docs/releases.md b/docs/releases.md index 23fb9fcf90..c6ff1a523a 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,5 +1,9 @@ # Gemini CLI releases + +> [!IMPORTANT] +> **Coordinate with the Release Manager:** The release manager is responsible for coordinating patches and releases. Please update them before performing any of the release actions described in this document. + ## `dev` vs `prod` environment Our release flows support both `dev` and `prod` environments.