# Release

> Use when the user asks to release, version, tag, or publish.

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

---


# Release

Use only when the user asks to release.

1. Confirm version/bump.
2. Start from green tests and clean tree.
3. Update version files.
4. Move CHANGELOG `Unreleased` to `version - date`; create new `Unreleased`.

`<gate>` Steps 5-7 touch shared or irreversible state. Get explicit user approval before **each** step — never chain them on one confirmation. `</gate>`

5. Commit release edits.
6. Create annotated tag.
7. Push commit/tag, or publish.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/ouonet/praxis/skills/release/SKILL.md`

