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.