Skip to content

Commit

Permalink
Backport changes to the release notes script. (#38347)
Browse files Browse the repository at this point in the history
Backport of #37967 and #38307.
  • Loading branch information
jpountz authored Feb 5, 2019
1 parent ffd3aa1 commit b280850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/es_release_notes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
">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", ">test-mute", ":Core/Infra/Build", "backport" );

my %Group_Labels = (
'>breaking' => 'Breaking changes',
Expand All @@ -48,7 +48,7 @@

my %Area_Overrides = (
':ml' => 'Machine Learning',
':beats' => 'Beats Plugin',
':Beats' => 'Beats Plugin',
':Docs' => 'Docs Infrastructure'
);

Expand Down

0 comments on commit b280850

Please sign in to comment.