Skip to content

Commit ce811d0

Browse files
authored
ci(release-please): add footer to release PRs with CI trigger reminder (#1893)
## Summary - Adds a `pull-request-footer` to release-please config with an `[!IMPORTANT]` callout reminding maintainers to close and reopen the PR to trigger CI checks ## Test plan - [ ] Verify the next release-please PR includes the footer text
1 parent 93e2b6d commit ce811d0

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+
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.",
34
"packages": {
45
".": {
56
"release-type": "java",

0 commit comments

Comments
 (0)