Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .claude/skills/cut-release/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading