bump

SkillDev tools

Bump the chart version in charts/mlrun-ce/Chart.yaml (patch, minor, or rc)

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the bump skill

What this skill tells your AI

The instructions your AI receives, as published by mlrun/ce in .claude/skills/bump/SKILL.md and read by ahel’s review.

Bump the version in charts/mlrun-ce/Chart.yaml.

Usage: /bump <patch|minor|rc>

  • patch — increment the patch digit: 0.11.00.11.1
  • minor — increment the minor digit and reset patch: 0.11.30.12.0
  • rc — increment the RC counter on the current version: 0.11.0-rc.340.11.0-rc.35
    • If the current version has no RC suffix, add -rc.1: 0.11.00.11.0-rc.1

Steps:

  1. Read the current version from charts/mlrun-ce/Chart.yaml (the version: field).
  2. Compute the new version according to the argument above.
  3. Show the user: "Bumping <old><new>" and ask for confirmation before writing.
  4. On confirmation, update the version: field in charts/mlrun-ce/Chart.yaml in-place.
  5. Remind the user: version bumps must be committed before opening a PR, and the PR title must follow [Scope] description format.
  6. Update the MLRun CE version under Version Matrix in charts/mlrun-ce/README.md.

If no argument is given, show the current version and list the three options with the resulting version for each, then ask which to apply.

Signals

GitHub stars
21
Forks
34
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
bump-mlrun
Source
github.com/mlrun/ce