Minor fixes in the release notes script. (#37967)
The `:beats` label is actually `:Beats` in Github. `:Core/Build` is now `:Core/Infra/Build`.
This commit is contained in:
parent
3332e332c7
commit
8309e0ce77
|
@ -32,7 +32,7 @@ my @Groups = (
|
|||
">enhancement", ">bug", ">regression", ">upgrade"
|
||||
);
|
||||
my %Ignore = map { $_ => 1 }
|
||||
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Build", "backport" );
|
||||
( ">non-issue", ">refactoring", ">docs", ">test", ">test-failure", ":Core/Infra/Build", "backport" );
|
||||
|
||||
my %Group_Labels = (
|
||||
'>breaking' => 'Breaking changes',
|
||||
|
@ -48,7 +48,7 @@ my %Group_Labels = (
|
|||
|
||||
my %Area_Overrides = (
|
||||
':ml' => 'Machine Learning',
|
||||
':beats' => 'Beats Plugin',
|
||||
':Beats' => 'Beats Plugin',
|
||||
':Docs' => 'Docs Infrastructure'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue