mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 13:53:02 -07:00
docs: clarify release coordination (#24575)
This commit is contained in:
committed by
GitHub
parent
1f5d7014c6
commit
fe4fcf89d9
@@ -22,12 +22,6 @@ nightly) or the release branch (for preview/stable).
|
|||||||
|
|
||||||
- **Platforms:** Tests must pass on **Linux and macOS**.
|
- **Platforms:** Tests must pass on **Linux and macOS**.
|
||||||
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
> [!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:**
|
- **Checks:**
|
||||||
- **Linting:** No linting errors (ESLint, Prettier, etc.).
|
- **Linting:** No linting errors (ESLint, Prettier, etc.).
|
||||||
- **Typechecking:** No TypeScript errors.
|
- **Typechecking:** No TypeScript errors.
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# Gemini CLI releases
|
# Gemini CLI releases
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
> [!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
|
## `dev` vs `prod` environment
|
||||||
|
|
||||||
Our release flows support both `dev` and `prod` environments.
|
Our release flows support both `dev` and `prod` environments.
|
||||||
|
|||||||
Reference in New Issue
Block a user