add capital words for exclude labels
This commit is contained in:
parent
80a5fdef0c
commit
67ea3159cd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user