Skip to content

Commit 42e0d63

Browse files
Align generated release notes with doc standards (#39234)
With this commit we change the script that generates the release notes for Elasticsearch to align with the docs standards in the following aspects: * The release notes title changes to include the product name * The link text to the breaking changes page is explicitly defined Relates #39155
1 parent 3401afd commit 42e0d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-tools/es_release_notes.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ sub dump_issues {
8787
:pull: https://github.com/${User_Repo}pull/
8888
8989
[[release-notes-$version]]
90-
== $version Release Notes
90+
== {es} version $version
9191
9292
coming[$version]
9393
94-
Also see <<breaking-changes-$branch>>.
94+
Also see <<breaking-changes-$branch,Breaking changes in $branch>>.
9595
9696
ASCIIDOC
9797

0 commit comments

Comments
 (0)