From 67ea3159cd5151eb2dcfe212036974694d20cc8a Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 11 Jun 2015 16:43:45 +0300 Subject: [PATCH] add capital words for exclude labels --- lib/github_changelog_generator/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/parser.rb b/lib/github_changelog_generator/parser.rb index 22b7be9..2f252d9 100644 --- a/lib/github_changelog_generator/parser.rb +++ b/lib/github_changelog_generator/parser.rb @@ -146,7 +146,7 @@ module GitHubChangelogGenerator compare_link: true, enhancement_labels: %w(enhancement Enhancement), bug_labels: %w(bug Bug), - exclude_labels: %w(duplicate question invalid wontfix), + exclude_labels: %w(duplicate question invalid wontfix Duplicate Question Invalid Wontfix), max_issues: nil, simple_list: false, verbose: true,