From 9de8c8aadbb50798ea06eb64c05331915c5163a5 Mon Sep 17 00:00:00 2001 From: Sense_wang <167664334+haosenwang1018@users.noreply.github.com> Date: Tue, 5 May 2026 01:29:04 +0800 Subject: [PATCH] docs: fix GitHub capitalization in releases guide (#26379) --- docs/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 7969535960..90a218b7f2 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -8,7 +8,7 @@ Our release flows support both `dev` and `prod` environments. -The `dev` environment pushes to a private Github-hosted NPM repository, with the +The `dev` environment pushes to a private GitHub-hosted NPM repository, with the package names beginning with `@google-gemini/**` instead of `@google/**`. The `prod` environment pushes to the public global NPM registry via Wombat @@ -20,7 +20,7 @@ More information can be found about these systems in the ### Package scopes -| Package | `prod` (Wombat Dressing Room) | `dev` (Github Private NPM Repo) | +| Package | `prod` (Wombat Dressing Room) | `dev` (GitHub Private NPM Repo) | | ---------- | ----------------------------- | ----------------------------------------- | | CLI | @google/gemini-cli | @google-gemini/gemini-cli | | Core | @google/gemini-cli-core | @google-gemini/gemini-cli-core A2A Server |