fix(ci): pull latest main BEFORE semantic-release - #271
Conversation
This empty commit triggers a new release to properly include the auto-updater fix from the previous release. Co-Authored-By: Claude <noreply@anthropic.com>
Previous fix pulled after semantic-release, which causes conflicts. This fix pulls BEFORE semantic-release to ensure: 1. We have all recent commits from main 2. semantic-release modifies version files on top of latest code 3. Release branch includes everything for CI to pass Co-Authored-By: Claude <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
Root Cause
PR #269 pulled after semantic-release, which causes conflicts because semantic-release already modified version files.
Fix
Pull BEFORE semantic-release:
This ensures Release PRs include all recent code changes.