summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-10 11:23:40 -0600
committerTom Duffield <tom@chef.io>2017-02-10 11:23:40 -0600
commit3eacaa5d0fb5d3c179e271b98a8d4e04fa577add (patch)
tree200117246c9172227651e633e786db44bf9ea193
parent1eb3a674aaa9dc02e85fbb20662ad3633ba76fff (diff)
downloadchef-3eacaa5d0fb5d3c179e271b98a8d4e04fa577add.tar.gz
Don't ignore issues when generating the changelogtduffield/reintroduce-issues-to-changelog
We need them to sort the pull requests by type. Signed-off-by: Tom Duffield <tom@chef.io>
-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(",")