bump-cluster-ui
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.
Step 2: Validate
More from cockroachdb/cockroach
commit-helper
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.
501backport-pr-assistant
Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.
75reduce-unoptimized-query-oracle
Reduce an unoptimized-query-oracle test failure log to the simplest possible reproduction case. Use when you have unoptimized-query-oracle*.log files from a failed roachtest and need to find the minimal SQL to reproduce the bug.
63engflow-artifacts
Use when downloading test logs, artifacts, or outputs.zip from EngFlow build invocations. Use when investigating CockroachDB CI test failures hosted on mesolite.cluster.engflow.com.
29table-driven-test
Guidelines for creating clean, well-structured table-driven tests in Go following CockroachDB conventions.
26integration-test
Guidelines for writing integration tests with CockroachDB test servers, including when to use them and how to use sqlutils.
18