Skip to content

fix(ci): remove custom title pattern, use release-please default#312

Merged
FSM1 merged 1 commit into
mainfrom
fix/release-please-default-title
Mar 22, 2026
Merged

fix(ci): remove custom title pattern, use release-please default#312
FSM1 merged 1 commit into
mainfrom
fix/release-please-default-title

Conversation

@FSM1

@FSM1 FSM1 commented Mar 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • The custom pull-request-title-pattern: "chore: release${component}" still can't match old merged PRs titled "chore: release main" — the root package has an empty component, producing "chore: release" which collides when release-please tries to parse old titles with " main" appended
  • Removing the custom pattern lets release-please use its default title format ("chore(main): release <package> <version>"), which won't collide with the old PR history
  • Combined with the bootstrap-sha from fix(ci): add bootstrap-sha to skip old unparseable release PRs #311, this should unblock release-please

Test plan

  • After merge, release-please creates a release PR

🤖 Generated with Claude Code

The custom pattern "chore: release${component}" couldn't match old
merged PRs titled "chore: release main". The root package has an empty
component, producing "chore: release" which collided with old titles
where the action appended the branch name.

Removing the custom pattern lets release-please use its default title
format which avoids collisions with the old PR history.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Entire-Checkpoint: d18d1a271e2a
@coderabbitai

coderabbitai Bot commented Mar 22, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@FSM1 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 31 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 337d2f96-c6e0-4ab4-8451-6d8beb20e5b5

📥 Commits

Reviewing files that changed from the base of the PR and between 23fecee and e091398.

📒 Files selected for processing (1)
  • release-please-config.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/release-please-default-title

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@FSM1 FSM1 merged commit b865863 into main Mar 22, 2026
14 checks passed
@FSM1 FSM1 deleted the fix/release-please-default-title branch March 22, 2026 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant