From 1f005c5fc662e4bb7005e6ce3d2b8ec9301c159c Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Fri, 20 Feb 2026 17:58:00 +0100 Subject: [PATCH] ci(release-please): fix footer not appearing on release PRs Release-please defaults `separatePullRequests` to `true` for single-package configs, which skips the Merge plugin that applies the configured `pull-request-footer`. Setting `separate-pull-requests` to `false` explicitly forces the Merge plugin to run. See: https://github.com/googleapis/release-please/issues (upstream bug) Signed-off-by: Gregor Zeitlinger --- .github/config/release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/config/release-please-config.json b/.github/config/release-please-config.json index 0182b5204..1953ed529 100644 --- a/.github/config/release-please-config.json +++ b/.github/config/release-please-config.json @@ -1,5 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "separate-pull-requests": false, "pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.", "packages": { ".": {