Set default for include labels

This commit is contained in:
tuexss
2015-03-27 00:16:35 +01:00
parent c088349bc3
commit fd2beef12a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ module GitHubChangelogGenerator
tag2: nil,
format: '%Y-%m-%d',
output: 'CHANGELOG.md',
include_labels: %w(bug enhancement),
exclude_labels: %w(duplicate question invalid wontfix),
pulls: true,
issues: true,