Skip to content

fix(ci): pull latest main BEFORE semantic-release - #271

Merged
baleen37 merged 3 commits into
mainfrom
fix/release-workflow-pull-v2
Jan 31, 2026
Merged

fix(ci): pull latest main BEFORE semantic-release#271
baleen37 merged 3 commits into
mainfrom
fix/release-workflow-pull-v2

Conversation

@baleen37

Copy link
Copy Markdown
Owner

Root Cause

PR #269 pulled after semantic-release, which causes conflicts because semantic-release already modified version files.

Fix

Pull BEFORE semantic-release:

  1. git pull gets latest commits from main
  2. semantic-release modifies version files on top of latest code
  3. Release branch includes everything for CI to pass

This ensures Release PRs include all recent code changes.

baleen37 and others added 3 commits January 31, 2026 18:42
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>
@coderabbitai

coderabbitai Bot commented Jan 31, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@baleen37 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 56 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.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/release-workflow-pull-v2

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.

@baleen37
baleen37 merged commit 1610424 into main Jan 31, 2026
2 checks passed
@baleen37
baleen37 deleted the fix/release-workflow-pull-v2 branch January 31, 2026 09:44
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