bump
SkillDev toolsBump the chart version in charts/mlrun-ce/Chart.yaml (patch, minor, or rc)
Available today. Use it from your connected AI after setup.
No other account needed.
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.0→0.11.1minor— increment the minor digit and reset patch:0.11.3→0.12.0rc— increment the RC counter on the current version:0.11.0-rc.34→0.11.0-rc.35- If the current version has no RC suffix, add
-rc.1:0.11.0→0.11.0-rc.1
- If the current version has no RC suffix, add
Steps:
- Read the current version from
charts/mlrun-ce/Chart.yaml(theversion:field). - Compute the new version according to the argument above.
- Show the user: "Bumping
<old>→<new>" and ask for confirmation before writing. - On confirmation, update the
version:field incharts/mlrun-ce/Chart.yamlin-place. - Remind the user: version bumps must be committed before opening a PR, and the PR title must follow
[Scope] descriptionformat. - 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