Skip to content

Commit 1f005c5

Browse files
committed
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 <gregor.zeitlinger@grafana.com>
1 parent 59c8552 commit 1f005c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/config/release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"separate-pull-requests": false,
34
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.",
45
"packages": {
56
".": {

0 commit comments

Comments
 (0)