File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ $ elastic-agent-changelog-tool render --version 0.1.0 --file_type markdown
119119This will create three files:
120120
121121* ` ./changelog/0.1.0/index.md `
122- * ` ./changelog/0.1.0/breaking.md `
122+ * ` ./changelog/0.1.0/breaking-changes .md `
123123* ` ./changelog/0.1.0/deprecations.md `
124124
125125### AsciiDoc
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ The side effect is that the changelog will include all entries from latest stabl
9999 Depending on the specified ` file_type ` , this will generate the following files:
100100 * ` markdown ` :
101101 * Release notes: ` ./changelog/<version>/index.md `
102- * Breaking changes: ` ./changelog/<version>/breaking.md `
102+ * Breaking changes: ` ./changelog/<version>/breaking-changes .md `
103103 * Deprecations: ` ./changelog/<version>/deprecations.md `
104104 * ` asciidoc ` : ` changelog/<version>.asciidoc `
1051053 . Use the rendered changelog.
@@ -142,7 +142,7 @@ These steps require [GitHub Authentication](./github-authentication.md).
142142 Depending on the specified `file_type`, this will generate the following files:
143143 * `markdown`:
144144 * Release notes: `./changelog/<version>/index.md`
145- * Breaking changes: `./changelog/<version>/breaking.md`
145+ * Breaking changes: `./changelog/<version>/breaking-changes .md`
146146 * Deprecations: `./changelog/<version>/deprecations.md`
147147 * `asciidoc`: `changelog/<version>.asciidoc`
1481481. Integrate the generated fragment into the changelog. If the changelog is stored in the same repository, commit the changes in this same branch.
You can’t perform that action at this time.
0 commit comments