File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments