ci(release-please): fix footer not appearing on release PRs#1902
Merged
zeitlinger merged 1 commit intomainfrom Feb 20, 2026
Merged
ci(release-please): fix footer not appearing on release PRs#1902zeitlinger merged 1 commit intomainfrom
zeitlinger merged 1 commit intomainfrom
Conversation
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 task
Member
Author
|
Upstream fix: googleapis/release-please#2685 |
zeitlinger
added a commit
to grafana/flint
that referenced
this pull request
Feb 20, 2026
## Summary - `pull-request-footer` was not being applied to release PRs because release-please defaults `separatePullRequests` to `true` for single-package configs, which skips the Merge plugin responsible for applying the footer - Setting `separate-pull-requests: false` forces the Merge plugin to run ## Context - Same workaround applied to prometheus/client_java in prometheus/client_java#1902 ## Test plan - [ ] After merging, verify the next release PR includes the footer Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Member
Author
|
Tracking removal of this workaround: #1903 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pull-request-footerwas not being applied to release PRs becauserelease-please defaults
separatePullRequeststotrueforsingle-package configs, which skips the Merge plugin responsible for
applying the footer
separate-pull-requests: falseforces the Merge plugin to runContext
pull-request-footeris silently ignored for single-package reposusing
pull-request-footerTest plan
the next release-please run