From 30f21678e61dc973077ea89803021ade53506cd3 Mon Sep 17 00:00:00 2001 From: Marco Heinemann Date: Sun, 14 Jun 2026 23:42:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20DOCS:=20document=20the=20release?= =?UTF-8?q?-PR=20structure=20in=20AGENTS.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index e7f9287..967f549 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -220,6 +220,16 @@ Keywords: When it matches, ruff reports no changes — its result equals what CI expects (the formatted file's git blob hash is identical). +## Release PRs + +A release PR carries only the version bump and the changelog stamp, nothing else. + +- **Title**: `🚀 Release vX.Y.Z` (with the `v` prefix). The published *tag* + stays bare semver — `X.Y.Z`, no `v` — per `.github/workflows/release.yaml`. +- **Do not note the changes in the PR description.** The + `docs/source/changelog.rst` entry for the version is the record; the PR body + must not restate or itemize what changed. + ## Local-Only Files (Do Not Commit) `docs/superpowers/` is a gitignored workspace for AI agent workflow