From 2da800649bd85ca4a566fb5645c786f4eb10d6ad Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Thu, 5 Mar 2026 13:22:40 +0100 Subject: [PATCH] Document output location for release notes Added guidelines for saving release notes in the repository. --- .github/agents/release-notes.agent.md | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.github/agents/release-notes.agent.md b/.github/agents/release-notes.agent.md index 454f9cbaa..9c91f9e69 100644 --- a/.github/agents/release-notes.agent.md +++ b/.github/agents/release-notes.agent.md @@ -109,6 +109,40 @@ Compare: `...` --- +## Output location + +After generating the release notes, **save the Markdown file in the repository under**: + +``` + +doc/changelogs + +``` + +The filename must follow this convention: + +``` + +doc/changelogs/.md + +``` + +Where `` is the semantic version derived from the tag (without the leading `v`). + +Examples: + +``` + +doc/changelogs/3.6.0.md +doc/changelogs/3.6.1.md +doc/changelogs/3.7.0-preview.1.md + +``` + +If the directory does not exist, create it. + +--- + ## Style & correctness - Write for developers integrating Elsa packages. - Strong verbs; 1–2 line bullets in standard tone.