# Release Note Update

> Automate release notes update and offer tagging.

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

---


# Release Note Update

This skill prepares release notes by running the codified script.

## Usage

When invoked, gather the following from the user if not provided as arguments:

- **Version** (required): release version in X.Y.Z format, e.g. `2.27.0`
- **Date** (optional): release date in YYYY-MM-DD format, defaults to today

Then execute:

```bash
.opencode/skills/release_note_update/run.sh <version> [<date>]
```

The script handles everything: parsing the unreleased section, converting items to imperative mood, creating the versioned section, updating the unreleased header for the next version, and creating the commit.

See `README.md` in this directory for detailed documentation.

