From 3ec0451cbb5627c41ce13234f79b6038e74d4356 Mon Sep 17 00:00:00 2001 From: Paul Nothaft Date: Thu, 9 Jul 2026 11:40:44 +0200 Subject: [PATCH] ci(release): pin target-branch: stable so release-please cuts the real v3.45.0 Triggers the correct stable release from the stable branch (manifest 3.44.0 -> 3.45.0). Same fix as #774 (which fixes it on main for future promotes); merging this to stable is what re-runs release-please correctly for the promote that mis-fired as v2.7.0. --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 91b977a4..4063617f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,6 +25,7 @@ jobs: token: ${{ secrets.RELEASE_PLEASE_TOKEN || secrets.GITHUB_TOKEN }} config-file: release-please-config.json manifest-file: .release-please-manifest.json + target-branch: stable # Auto-approve + auto-merge the open stable release PR. See the beta # workflow for the full rationale. Skipped on the release-cutting run and