summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-05-11 13:23:00 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-05-11 13:23:00 -0700
commit1857cdd4e1d0baa225b98a5e5465c9975831fdc9 (patch)
tree0ac5f994e7195fe6d80032ae0255539c39e3a5f9
parent7f6c74a20fa850b58ba794fa87f739f26588fe3d (diff)
parent52e6322d7b3b5a49c26e9b715199fe657df76920 (diff)
downloadchef-1857cdd4e1d0baa225b98a5e5465c9975831fdc9.tar.gz
Merge pull request #4925 from chef/lcg/changelog-remove-issues
remove issues from changelog generator
-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(",")