[#2731] Documented tagging 'drevops/vortex-tooling' before each Vortex release.#2734
Conversation
…e release procedure.
…y when the tooling changed.
|
Warning Review limit reached
More reviews will be available in 29 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This comment has been minimized.
This comment has been minimized.
|
Code coverage (threshold: 90%) Per-class coverage |
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
Code coverage (threshold: 90%) Per-class coverage |
|
📖 Documentation preview for this pull request has been deployed to Netlify: https://6a3dc3bec05b06c1613df5fd--vortex-docs.netlify.app This preview is rebuilt on every commit and is not the production documentation site. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2734 +/- ##
==========================================
- Coverage 86.67% 86.22% -0.45%
==========================================
Files 96 89 -7
Lines 4719 4560 -159
Branches 47 3 -44
==========================================
- Hits 4090 3932 -158
+ Misses 629 628 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Closes #2731
Summary
The release procedure for Vortex did not define any relationship between
drevops/vortex-toolingtags and Vortex releases, leaving the tooling dependency free to float onto unpublished or future minor versions after a release was cut. This change documents the required tagging order (tooling first when changed, then Vortex), the tilde-constraint rule for pinning the tooling version incomposer.json, and adds the corresponding checklist items to the release template so the steps are not missed during a release.Changes
.vortex/docs/content/contributing/maintenance/release.mdx## Taggingpolicy section above the Release Process that defines four rules: Vortex is always tagged; the tooling is always referenced by a published tag (never a branch); the tooling is tagged before Vortex when it changed; Vortex caps its tooling requirement at the freshly tagged version using a tilde constraint.drevops/vortex-toolingfirst when it changed") and step 7 now also instructs the releaser to apply the tilde-constrained tooling version incomposer.jsonwhen a new tooling tag was created..vortex/docs/content/contributing/maintenance/_release_template.mddrevops/vortex-toolingbefore the Vortex tag when the tooling changed, and pinned the freshly tagged version as the upper boundary incomposer.json."Before / After