diff options
-rw-r--r-- | tasks/changelog.rb | 1 |
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(",") |