fix(release): tolerate null merge metadata - #55
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe release eligibility classifier now treats a null ChangesRelease eligibility fix
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix · Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to The release eligibility change safely skips incomplete pull-request metadata, preventing invalid release attempts. 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
Full details: Linked Issues checkExplanation Issue Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 4 functions across 4 files. (1 skipped: 1 unsupported.)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
mergeCommit: null1.1.1; issue Make immutable CLI release eligibility explicit and non-release merges green #53 is now markedrelease:readyCloses #53
Release eligibility
This PR is intentionally the reviewed release trigger:
release:publish+release:patch, linked to the one same-repositoryrelease:ready, aligned roadmap issue. On merge, the tested-main workflow should create immutable tagcli-v1.1.1-<merge-sha>and dispatch the tag-only binary workflow.Validation
python3 -m pytest tests/test_release_eligibility.py -q(7 passed)python3 -m pytest -q(170 passed)python3 -m compileall -q diffgraph scripts testssetup.py/diffgraph.__version__=1.1.1)git diff --checkCompatibility
No CLI command, JSON schema, or artifact contract changes. VS Code and website compatibility/claims are unchanged.
Summary by CodeRabbit
Bug Fixes
Chores