From c9eb58e122ea43eaa9ed143f0298da12ae2a3bf2 Mon Sep 17 00:00:00 2001 From: shishu314 Date: Fri, 3 Oct 2025 15:02:28 -0400 Subject: [PATCH] fix(doc) - Update releases doc (#10504) Co-authored-by: gemini-cli-robot --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index ed88ebc584..57809b9595 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -138,7 +138,7 @@ Navigate to the **Actions** tab and run the **Release: Patch (1) Create PR** wor This workflow will automatically: 1. Find the latest release tag for the channel. -2. Create a release branch from that tag if one doesn't exist (e.g., `release/v0.5.1-pr-1234`). +2. Create a release branch from that tag if one doesn't exist (e.g., `release/v0.5.1-pr-12345`). 3. Create a new hotfix branch from the release branch. 4. Cherry-pick your specified commit into the hotfix branch. 5. Create a pull request from the hotfix branch back to the release branch.