Bump cluster-ui Version Automate the two cluster-ui version bumps required after a release branch is created. This creates two PRs: 1. Release branch PR : Drop the prerelease suffix (e.g., → ) 2. Master PR : Increment minor version for next cycle (e.g., → ) The file to edit is (the field). Workflow Step 1: Gather Inputs Ask the user for: 1. Release version (required) — e.g., . This is the version that was just branched. 2. Jira epic (optional) — e.g., . Included in commit messages if provided. Step 2: Validate Fetch remote branches and confirm exists: If the branch does not exist, report the…