From 35bf746e626c08cc9263e3a6f507888644c06702 Mon Sep 17 00:00:00 2001 From: Sam Roberts <158088236+g-samroberts@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:43:28 -0700 Subject: [PATCH] Add issue for automated changelogs (#21912) --- .github/workflows/release-notes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f746e65c2e..13bb2c2ca8 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -95,6 +95,8 @@ jobs: This PR contains the auto-generated changelog for the ${{ steps.release_info.outputs.VERSION }} release. Please review and merge. + + Related to #18505 branch: 'changelog-${{ steps.release_info.outputs.VERSION }}' base: 'main' team-reviewers: 'gemini-cli-docs, gemini-cli-maintainers'