Skip to content

release(cli): cut v0.2.3#3974

Merged
saddlepaddle merged 1 commit into
mainfrom
release/cli-v0.2.3
May 2, 2026
Merged

release(cli): cut v0.2.3#3974
saddlepaddle merged 1 commit into
mainfrom
release/cli-v0.2.3

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented May 2, 2026

Summary

  • Bumps @superset/cli 0.2.2 → 0.2.3 (package.json, cli.config.ts, bun.lock).
  • Bundles the 5 feat(cli) commits since v0.2.2 — see commit body for the list.
  • Push cli-v0.2.3 after this lands to fire the release pipeline.

Test plan

  • CI green
  • After merge: git tag cli-v0.2.3 <merge-sha> && git push origin cli-v0.2.3
  • Verify release pipeline publishes the tarballs
  • Smoke-test superset --version reports 0.2.3

Summary by cubic

Release @superset/cli v0.2.3 to ship recent CLI features and bump version in package.json, cli.config.ts, and bun.lock.

  • New Features
    • Align automations and tasks with SDK and MCP-v2.
    • Cross-device login via OAuth code + PKCE.
    • Split automations prompt into prompt get and prompt set.
    • Add --name filter to automations list.
    • Add --assignee filter to tasks list.

Written for commit 56619de. Summary will update on new commits.

Summary by CodeRabbit

  • Chores
    • CLI package version updated to 0.2.3.

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.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d4b052af-7e21-4a54-b7c2-2fd5dc3d63d5

📥 Commits

Reviewing files that changed from the base of the PR and between 3442ed9 and 56619de.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • packages/cli/cli.config.ts
  • packages/cli/package.json

📝 Walkthrough

Walkthrough

The CLI package version is bumped from 0.2.2 to 0.2.3 in both the package manifest and the exported configuration constant.

Changes

Version Bump

Layer / File(s) Summary
Package Metadata
packages/cli/package.json, packages/cli/cli.config.ts
Version string updated from 0.2.2 to 0.2.3 in package manifest and VERSION constant; injected into process.env.SUPERSET_VERSION.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

🐰 A hop, a skip, a version's flight,
From point-two-two to point-two-three in sight!
One number changes, the CLI ascends,
A tiny bump where all good updates blend. 🌱

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'release(cli): cut v0.2.3' clearly and specifically identifies the main change—a CLI version release bump to v0.2.3, which directly matches the changeset.
Description check ✅ Passed The PR description includes a clear summary of changes, testing instructions, and new features bundled in the release. While it deviates from the template by using a custom format with 'Summary' and 'Test plan' sections, the essential information is well-documented and comprehensive.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/cli-v0.2.3

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.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 2, 2026

Greptile Summary

Straightforward release-cut bump of @superset/cli from 0.2.2 to 0.2.3 across all three source-of-truth locations (package.json, cli.config.ts, bun.lock). No logic changes; all version strings are mutually consistent.

Confidence Score: 5/5

Safe 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.

Important Files Changed

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
Loading

Reviews (1): Last reviewed commit: "release(cli): cut v0.2.3" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 2, 2026

🧹 Preview Cleanup Complete

The following preview resources have been cleaned up:

  • ✅ Neon database branch

Thank you for your contribution! 🎉

@saddlepaddle saddlepaddle merged commit 19cdb3c into main May 2, 2026
15 checks passed
This was referenced May 4, 2026
@Kitenite Kitenite deleted the release/cli-v0.2.3 branch May 6, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant