release(cli): cut v0.2.3#3974
Conversation
Bundles the 5 feat(cli) commits since v0.2.2: - automations + tasks alignment with SDK and MCP-v2 (#3966) - cross-device login via OAuth code + PKCE (#3965) - 'automations prompt' split into 'prompt get' / 'prompt set' (#3959) - --name filter on automations list (#3952) - --assignee filter on tasks list (#3972) Push cli-v0.2.3 after this lands to fire the release pipeline.
|
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 (2)
📝 WalkthroughWalkthroughThe CLI package version is bumped from 0.2.2 to 0.2.3 in both the package manifest and the exported configuration constant. ChangesVersion Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute 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 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Greptile SummaryStraightforward release-cut bump of Confidence Score: 5/5Safe to merge — only version strings are touched, all consistently set to 0.2.3. No logic, dependency, or security changes; version bump is correctly applied in all three required locations. No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/cli/package.json | Version field bumped from 0.2.2 to 0.2.3; no other changes. |
| packages/cli/cli.config.ts | Hardcoded VERSION constant updated from "0.2.2" to "0.2.3". |
| bun.lock | Lockfile workspace entry for @superset/cli version bumped to 0.2.3 to match package.json. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR merged to main] --> B[Tag cli-v0.2.3 on merge SHA]
B --> C[Push tag to origin]
C --> D[Release pipeline triggered]
D --> E[build:darwin-arm64]
D --> F[build:linux-x64]
E --> G[Publish tarballs]
F --> G
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.3" | Re-trigger Greptile
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Summary
@superset/cli0.2.2 → 0.2.3 (package.json,cli.config.ts,bun.lock).cli-v0.2.3after this lands to fire the release pipeline.Test plan
git tag cli-v0.2.3 <merge-sha> && git push origin cli-v0.2.3superset --versionreports 0.2.3Summary by cubic
Release
@superset/cliv0.2.3 to ship recent CLI features and bump version inpackage.json,cli.config.ts, andbun.lock.automations promptintoprompt getandprompt set.--namefilter toautomations list.--assigneefilter totasks list.Written for commit 56619de. Summary will update on new commits.
Summary by CodeRabbit