bump-cluster-ui
Installation
SKILL.md
Bump cluster-ui Version
Automate the two cluster-ui version bumps required after a release branch is created. This creates two PRs:
- Release branch PR: Drop the prerelease suffix (e.g.,
26.2.0-prerelease.0→26.2.0) - Master PR: Increment minor version for next cycle (e.g.,
26.2.0-prerelease.0→26.3.0-prerelease.0)
The file to edit is pkg/ui/workspaces/cluster-ui/package.json (the "version" field).
Workflow
Step 1: Gather Inputs
Ask the user for:
- Release version (required) — e.g.,
26.2. This is the version that was just branched. - Jira epic (optional) — e.g.,
REL-4280. Included in commit messages if provided.