ci: use rainix workspace publish (single job) for meta — publishes cli#123
Conversation
Wire the rain-metadata cli into Package Release as a third autopublish caller (after bindings + metaboard). Its alloy-ethers-typecast git dep was removed in #122, so cargo publish now works. With the content gate fixed, bindings and metaboard no-op when unchanged, so only the cli pushes — no chained-job race. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 43 minutes and 8 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE 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 |
Switch Package Release from three chained autopublish callers to one workspace crates: call (rainix#191). One job bumps + publishes all three in dependency order; the metadata crates release as a unit (lockstep versions), eliminating the chained-job race surface. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Adds the
rain-metadatacli as a thirdPackage Releaseautopublish caller (after bindings + metaboard). Itsalloy-ethers-typecastgit dep was removed in #122, socargo publishnow works.With the content gate fixed (rainix#187),
bindings/metaboardno-op when unchanged, so only the cli pushes its bump — no chained-job race. Publishes the last unpublished rain-metadata crate, unblocking the raindex factor-out.🤖 Generated with Claude Code