summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-11-29 18:47:11 -0800
committerGitHub <noreply@github.com>2016-11-29 18:47:11 -0800
commit5a3f4ac64cea1b086563f111b5c7c9b355ed7b0e (patch)
treedd7a6b600a73a601d7a8c85fb83d792c6e11afef
parent51fc8480a8e2d2e0ef5855f870f9caad727333ac (diff)
parent5456f78816cbfc14c2ef75637c4ca3b6e6b98ae7 (diff)
downloadohai-5a3f4ac64cea1b086563f111b5c7c9b355ed7b0e.tar.gz
Merge pull request #913 from chef/changeloggen
Match github changelog config with chef/chef
-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(",")