summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-01-23 12:44:28 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-01-23 12:44:28 -0800
commit473b8fbb1affd92b7b111ae5f051334f7eb4ccc1 (patch)
treea0d52aed145c78a03aca6b9ddde7755a4ed5f313 /Rakefile
parent0e4eefdf937b0d145326ca416346b0325b51e04b (diff)
downloadchef-zero-473b8fbb1affd92b7b111ae5f051334f7eb4ccc1.tar.gz
update changelog
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 028b8a4..f0c0fbf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -67,6 +67,7 @@ begin
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.future_release = ChefZero::VERSION
+ config.issues = 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(",")