Conversation
|
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 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. 📒 Files selected for processing (1)
✨ 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 |
There was a problem hiding this comment.
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.
No description provided.