Skip to content

Commit 4c6a8eb

Browse files
update mentions of breaking.md to breaking-changes.md
1 parent 1aec307 commit 4c6a8eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ $ elastic-agent-changelog-tool render --version 0.1.0 --file_type markdown
119119
This 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

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`
105105
3. 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`
148148
1. Integrate the generated fragment into the changelog. If the changelog is stored in the same repository, commit the changes in this same branch.

0 commit comments

Comments
 (0)