Rename "breaking java" tag to "breaking-java"

This commit is contained in:
Clinton Gormley 2016-07-29 14:43:18 +02:00
parent 1cbe3bf2ad
commit f92b3c965e
1 changed files with 3 additions and 3 deletions

View File

@ -28,13 +28,13 @@ my $User_Repo = 'elastic/elasticsearch/';
my $Issue_URL = "http://github.com/${User_Repo}issues/";
my @Groups = (
"breaking", "breaking java", "deprecation", "feature",
"breaking", "breaking-java", "deprecation", "feature",
"enhancement", "bug", "regression", "upgrade", "non-issue", "build",
"docs", "test"
"docs", "test"
);
my %Group_Labels = (
breaking => 'Breaking changes',
'breaking java' => 'Breaking Java changes',
'breaking-java' => 'Breaking Java changes',
build => 'Build',
deprecation => 'Deprecations',
docs => 'Docs',