Skip to content

Commit 80ae5da

Browse files
authored
Backport changes to the release notes script. (#38346)
Backport of #37967 and #38307.
1 parent bfa1a8c commit 80ae5da

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
@@ -32,7 +32,7 @@
3232
">enhancement", ">bug", ">regression", ">upgrade"
3333
);
3434
my %Ignore = map { $_ => 1 }
35-
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Build", "backport" );
35+
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ">test-mute", ":Core/Infra/Build", "backport" );
3636

3737
my %Group_Labels = (
3838
'>breaking' => 'Breaking changes',
@@ -48,7 +48,7 @@
4848

4949
my %Area_Overrides = (
5050
':ml' => 'Machine Learning',
51-
':beats' => 'Beats Plugin',
51+
':Beats' => 'Beats Plugin',
5252
':Docs' => 'Docs Infrastructure'
5353
);
5454

0 commit comments

Comments
 (0)