summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2017-02-11 14:00:12 +0000
committerGitHub <noreply@github.com>2017-02-11 14:00:12 +0000
commitfa13b0da0c82fe284d019e90c4bd3bc8b6bf1a25 (patch)
tree6ca592b924cd31d3df0d5ad8a8c1dcc5353995e6
parent3638484134cb092a44d2f5295da9885638db02a0 (diff)
parent3eacaa5d0fb5d3c179e271b98a8d4e04fa577add (diff)
downloadchef-fa13b0da0c82fe284d019e90c4bd3bc8b6bf1a25.tar.gz
Merge pull request #5802 from chef/tduffield/reintroduce-issues-to-changelog
Don't ignore issues when generating the changelog
-rw-r--r--tasks/changelog.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tasks/changelog.rb b/tasks/changelog.rb
index 710205a1c7..8484acde24 100644
--- a/tasks/changelog.rb
+++ b/tasks/changelog.rb
@@ -20,7 +20,6 @@ begin
config.between_tags = ["v#{latest_stable_version}", "v#{Chef::VERSION}"]
config.max_issues = 0
config.add_issues_wo_labels = false
- 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,Meta: Exclude From Changelog".split(",")