From cd9d411fe7b3f7379669f4541524dd33436d28cc Mon Sep 17 00:00:00 2001 From: "detail-app[bot]" <180357370+detail-app[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:03:33 +0000 Subject: [PATCH] docs: update version examples in cut-release skill to reflect v0.2.4 --- .claude/skills/cut-release/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude/skills/cut-release/SKILL.md b/.claude/skills/cut-release/SKILL.md index a79f820..2cb569c 100644 --- a/.claude/skills/cut-release/SKILL.md +++ b/.claude/skills/cut-release/SKILL.md @@ -19,9 +19,9 @@ The `release.yml` workflow triggers on pushes to `main` that change `Cargo.toml` Always bump the **patch** version (the last number) unless the user explicitly requests otherwise: -- **Patch** (default): `0.2.2` -> `0.2.3` -- **Minor** (only if requested): `0.2.2` -> `0.3.0` -- **Major** (only if requested): `0.2.2` -> `1.0.0` +- **Patch** (default): `0.2.4` -> `0.2.5` +- **Minor** (only if requested): `0.2.4` -> `0.3.0` +- **Major** (only if requested): `0.2.4` -> `1.0.0` ## Step 2: Bump the Version