Added build and test labels to es release notes script

This commit is contained in:
Clinton Gormley 2015-07-05 20:24:25 +02:00
parent 1e5e4439ce
commit c5d3c46943

View File

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