Skip to content

Commit 8309e0c

Browse files
authored
Minor fixes in the release notes script. (#37967)
The `:beats` label is actually `:Beats` in Github. `:Core/Build` is now `:Core/Infra/Build`.
1 parent 3332e33 commit 8309e0c

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", ":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)