release-please-pr-workflow
Installation
SKILL.md
Release-Please PR Workflow
Expert knowledge for managing release-please PRs in monorepos, including batch merging, conflict handling, and iterative processing.
Core Workflow
Release-please creates separate PRs per component in monorepos (when separate-pull-requests: true). These PRs often need sequential merging due to shared manifest file updates.
Iterative Merge Process
- List pending PRs with status
- Merge clean PRs (MERGEABLE status)
- Handle conflicting PRs (close for recreation)
- Wait for recreation and repeat
- Verify completion when no PRs remain