summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-05-11 13:21:27 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-05-11 13:21:27 -0700
commit52e6322d7b3b5a49c26e9b715199fe657df76920 (patch)
tree0ac5f994e7195fe6d80032ae0255539c39e3a5f9 /tasks
parent7f6c74a20fa850b58ba794fa87f739f26588fe3d (diff)
downloadchef-52e6322d7b3b5a49c26e9b715199fe657df76920.tar.gz
remove issues from changelog generator
Diffstat (limited to 'tasks')
-rw-r--r--tasks/changelog.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/changelog.rb b/tasks/changelog.rb
index fda94764ae..15f56c53ee 100644
--- a/tasks/changelog.rb
+++ b/tasks/changelog.rb
@@ -2,6 +2,7 @@ begin
require "github_changelog_generator/task"
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
+ config.issues = false
config.future_release = Chef::VERSION
config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")