docs: document offset-version fix and release publishing#4213
Conversation
…ublishing Add the post-`yarn release` steps learned cutting 4.1.0-beta.1: - the yarn.config.cjs offset-major fix (dash-spv +1, dash +3, wallet-lib +7) that the JS dependency versions check requires; - publishing the GitHub release after merge, which tags and triggers release.yml to build/attach dashmate + Docker assets; - note that E2E/Swift reds are often environmental and non-blocking (0 required checks). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 32 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus 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 |
|
🕓 Ready for review — 25 ahead in queue (commit e95e42c) |
What was done
Extends the project-level
releaseskill (added in #4210) with the two steps learned while cutting4.1.0-beta.1:yarn releasesets every npm package to the same version, butyarn.config.cjsrequiresdash-spv(+1),dash(+3), andwallet-lib(+7) to lead the root major. Documents runningyarn constraints --fixon the release PR to clear the JS dependency versions check.release.yml(on: release: published) to build/attach dashmate + Docker assets. Includes thegh release createrecipe and non-technical release-notes guidance.Docs-only; no code changes.
🤖 Generated with Claude Code