summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-11-29 16:33:15 -0800
committerTim Smith <tsmith@chef.io>2016-11-29 16:33:15 -0800
commit5456f78816cbfc14c2ef75637c4ca3b6e6b98ae7 (patch)
tree707c05e4795ac383693405087dded735d5c3079f
parent86ef325580c26cec5fd4afde5796895e77b7cc1b (diff)
downloadohai-changeloggen.tar.gz
Match github changelog config with chef/chefchangeloggen
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 94e71291..6d3b626a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -27,6 +27,8 @@ require "github_changelog_generator/task"
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.future_release = Ohai::VERSION
+ config.max_issues = 0
+ config.add_issues_wo_labels = false
config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Discussion".split(",")