Update ci.yml#281
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR adjusts the CI workflow to produce two types of GitHub releases from GitVersion output: a full semantic version release and an additional major-version-only release tag, without changing triggering conditions. File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 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 |
|
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The new major-version release step duplicates most of the configuration from the fullSemVer release step; consider extracting shared settings via a reusable action or YAML anchors to reduce maintenance overhead and keep the two in sync.
- The
Update latest tagstep only checkssteps.create_release.outputs.id, so if the major-version release runs but the fullSemVer one is skipped or fails, the latest tag logic might not behave as expected; consider clarifying which release step should drive thelatesttag update or aggregating their outputs explicitly.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new major-version release step duplicates most of the configuration from the fullSemVer release step; consider extracting shared settings via a reusable action or YAML anchors to reduce maintenance overhead and keep the two in sync.
- The `Update latest tag` step only checks `steps.create_release.outputs.id`, so if the major-version release runs but the fullSemVer one is skipped or fails, the latest tag logic might not behave as expected; consider clarifying which release step should drive the `latest` tag update or aggregating their outputs explicitly.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
Failed to generate code suggestions for PR |


📑 Description
Closes #280
✅ Checks
☢️ Does this introduce a breaking change?
Summary by Sourcery
Update CI workflow to publish both full semantic version and major-version GitHub releases when distribution changes or the workflow is manually dispatched.
Build:
CI: