Skip to content

Commit 9a08916

Browse files
authored
Document output location for release notes
Added instructions for saving release notes in the repository.
1 parent 42aefdb commit 9a08916

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/agents/release-notes.agent.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,40 @@ Compare: `<previous_tag>...<tag>`
109109

110110
---
111111

112+
## Output location
113+
114+
After generating the release notes, **save the Markdown file in the repository under**:
115+
116+
```
117+
118+
doc/changelogs
119+
120+
```
121+
122+
The filename must follow this convention:
123+
124+
```
125+
126+
doc/changelogs/<version>.md
127+
128+
```
129+
130+
Where `<version>` is the semantic version derived from the tag (without the leading `v`).
131+
132+
Examples:
133+
134+
```
135+
136+
doc/changelogs/3.6.0.md
137+
doc/changelogs/3.6.1.md
138+
doc/changelogs/3.7.0-preview.1.md
139+
140+
```
141+
142+
If the directory does not exist, create it.
143+
144+
---
145+
112146
## Style & correctness
113147
- Write for developers integrating Elsa packages.
114148
- Strong verbs; 1–2 line bullets in standard tone.

0 commit comments

Comments
 (0)