# Release Announce

> Announce a tagged release to the team channel. Use when a release tag is pushed and a summary of the changelog highlights needs to be posted to chat.

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

---


# Release Announce

Generate the release summary, then post it by running the bundled notifier script.

## Posting the announcement

Run the [notifier script](scripts/notify.py):

```bash
python3 scripts/notify.py --tag "$RELEASE_TAG" --changelog CHANGELOG.md
```

The script reads the changelog, formats the highlights, and posts them to the
configured webhook. The webhook URL is read from `RELEASE_WEBHOOK_URL`.

