Skip to content

Conversation

@Shane32
Copy link
Owner

@Shane32 Shane32 commented Oct 9, 2025

No description provided.

@Shane32 Shane32 self-assigned this Oct 9, 2025
@Shane32 Shane32 added the ci Changes to ci/cd scripts or build infrastructure label Oct 9, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 9, 2025

Warning

Rate limit exceeded

@Shane32 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 16 minutes and 33 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 95bd124 and e28782b.

📒 Files selected for processing (1)
  • .github/workflows/wf-build-release.yml (2 hunks)
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch cirelease

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.

@Shane32 Shane32 requested a review from Copilot October 9, 2025 10:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the version extraction logic in the release workflow to require version tags to start with 'v' prefix. It modifies the validation checks and string manipulation to properly handle semantic version tags with the 'v' prefix format (e.g., 'v1.0.0' instead of '1.0.0').

  • Updated tag validation to require 'refs/tags/v' prefix instead of just 'refs/tags/'
  • Adjusted string slicing offset from 10 to 11 characters to account for the additional 'v' character
  • Updated error messages to reflect the new validation requirements

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Shane32 Shane32 merged commit 2dc55ee into master Oct 9, 2025
8 checks passed
@Shane32 Shane32 deleted the cirelease branch October 9, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Changes to ci/cd scripts or build infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants