mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
Added build and test labels to es release notes script
This commit is contained in:
parent
1e5e4439ce
commit
c5d3c46943
@ -28,8 +28,8 @@ my $User_Repo = 'elastic/elasticsearch/';
|
||||
my $Issue_URL = "http://github.com/${User_Repo}issues/";
|
||||
|
||||
my @Groups = qw(
|
||||
breaking deprecation feature
|
||||
enhancement bug regression doc test
|
||||
breaking deprecation feature
|
||||
enhancement bug regression build doc test
|
||||
);
|
||||
my %Group_Labels = (
|
||||
breaking => 'Breaking changes',
|
||||
@ -41,7 +41,7 @@ my %Group_Labels = (
|
||||
bug => 'Bug fixes',
|
||||
regression => 'Regression',
|
||||
test => 'Tests',
|
||||
other => 'Not classified',
|
||||
other => 'NOT CLASSIFIED',
|
||||
);
|
||||
|
||||
use JSON();
|
||||
|
Loading…
x
Reference in New Issue
Block a user