# Release Runbook

> How this project cuts a release — version bump, changelog, notes, and the checks that gate it

- Skill: `sylphai-inc/release-runbook` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add sylphai-inc/release-runbook`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sylphai-inc/release-runbook/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: SylphAI-Inc (https://skillmd.com/u/sylphai-inc)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/sylphai-inc/release-runbook

---


# Release runbook

1. Run `scripts/check_version.sh` — it verifies the version bump matches our
   policy. The policy itself is in `references/versioning-policy.md`; read it
   only if the check fails and you need to know why.
2. Walk `references/release-checklist.md` top to bottom. Every unchecked item
   blocks the release.
3. Write the release notes from `templates/release-notes.md` — copy it, fill
   every `<...>` placeholder, delete unused sections.
4. Tag and push. CI does the rest.

