Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/config/release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing separate-pull-requests: false risks reintroducing the exact issue fixed in #40 (release PR footer not being applied when separatePullRequests defaults to true). Since the workflow still pins googleapis/release-please-action to v4.4.0 and there’s no accompanying upgrade or other change here, please either keep this setting, or update/pin to a release-please version where the footer behavior is confirmed fixed and add a quick post-merge verification note/test plan for the next release PR footer.

Suggested change
"release-type": "simple",
"release-type": "simple",
"separate-pull-requests": false,

Copilot uses AI. Check for mistakes.
"separate-pull-requests": false,
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.",
"packages": {
".": {
Expand Down