release(cli): cut v0.2.20#4830
Conversation
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
|
Ready to review this PR? Stage has broken it down into 2 individual chapters for you:
Chapters generated by Stage for commit 9ad28c0 on May 22, 2026 1:14am UTC. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughVersion field in ChangesPackage Version Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Greptile SummaryCuts
Confidence Score: 5/5Safe to merge — this is a minimal release-cut touching only a version field and its lock file entry. The only intentional source change is a single version string in packages/cli/package.json. The bun.lock diff is consistent with that bump plus a routine catch-up of two other workspace entries whose package.json files were already at the newer versions on the base branch, so no unintended dependency drift is introduced. No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/cli/package.json | Version bumped from 0.2.19 to 0.2.20 — single-line, expected change for this release cut. |
| bun.lock | Lock file updated to reflect CLI 0.2.20 bump; also catches up stale entries for @superset/desktop (1.10.2→1.10.3) and @superset/host-service (0.8.10→0.8.11), both of which already had matching package.json versions on the base branch. |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant PR as This PR (merge)
participant GH as GitHub Actions
participant NPM as npm Registry
participant HB as Homebrew
Dev->>PR: bump cli package.json 0.2.19→0.2.20 + bun.lock
PR->>GH: merge commit triggers release-cli.yml
GH->>GH: 3-target build
GH->>NPM: "publish @superset/cli@0.2.20"
GH->>GH: create GitHub release (cli-v0.2.20)
GH->>GH: update rolling cli-latest tag
GH->>HB: "bump Homebrew formula (#4826)"
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.20" | Re-trigger Greptile
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Cuts
@superset/cliv0.2.20. First CLI release sincecli-v0.2.19(2026-05-16).CLI-affecting changes since 0.2.19
Release steps
packages/cli/package.json0.2.19 → 0.2.20 (+bun.lock)cli-v0.2.20at the merge commit → triggersrelease-cli.yml(3-target build + GitHub release + rollingcli-latest+ homebrew bump per fix(ci): chain Homebrew formula bump into release-cli pipeline #4826)Summary by cubic
Release
@superset/cliv0.2.20 with host auth refresh, selected-host project setup, and fixes to PR checkout and worktree cleanup. Improves sign-in stability (SUPER-752) and reliability across common workflows.New Features
Bug Fixes
Written for commit 9ad28c0. Summary will update on new commits. Review in cubic
Summary by CodeRabbit
@superset/clipackage version to 0.2.20.