# Cut Release

> A release-cutting playbook — version bump, changelog, tag, publish checklist. Published ALONE under a deep nested repo path (playbooks/ci/release/) so the TUI tree folds the single-child chain into one node.

- Skill: `grimoire-rs/cut-release` (Agent Skill)
- Install (CLI): `npx skillmds@latest add grimoire-rs/cut-release`
- Raw SKILL.md: https://api.skillmd.com/api/skills/grimoire-rs/cut-release/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: grimoire-rs (https://skillmd.com/u/grimoire-rs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/grimoire-rs/cut-release

---


# Cut a Release

A small playbook for cutting a release: bump the version, regenerate the
changelog, tag, and run the publish checklist.

It exists in the manual rig for one structural reason: it is the **only**
package under the `playbooks/ci/release/` namespace chain. Each of those
segments has exactly one child, so the TUI tree view joins
`playbooks` → `ci` → `release` into a single folded node (the "longest empty
prefix" / VS Code "compact folders" behavior), with `cut-release` as its one
leaf below it.

