Skip to content

Commit 2cd9842

Browse files
committed
Backport changes to the release notes script.
Backport of elastic#37967 and elastic#38307.
1 parent f107ac6 commit 2cd9842

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)