summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-13 01:05:09 -0700
committerTim Smith <tsmith@chef.io>2017-04-13 01:05:09 -0700
commit6a9a6478adfcf1d37c7c90fcc6cb7f43d0d0bc10 (patch)
treeee1fa540cd8ca54cfcae56e6a641d75d01f787cc
parent99363e8086b525fe8f1fd048bd7373919ade06da (diff)
downloadchef-changelog_updates.tar.gz
Remove the old labels from the changelog rake taskchangelog_updates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--tasks/changelog.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/tasks/changelog.rb b/tasks/changelog.rb
index 8484acde24..009ec314df 100644
--- a/tasks/changelog.rb
+++ b/tasks/changelog.rb
@@ -20,9 +20,6 @@ begin
config.between_tags = ["v#{latest_stable_version}", "v#{Chef::VERSION}"]
config.max_issues = 0
config.add_issues_wo_labels = 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(",")
config.header = "This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef)."
end
end