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:
Adrien Grand 2019-01-31 09:52:25 +01:00 committed by GitHub
parent 3332e332c7
commit 8309e0ce77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'
);