summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-03-08 17:20:37 +0000
committerThom May <thom@chef.io>2017-03-08 17:21:05 +0000
commit0db9891b7d91150de40a3ce5753efbcf29c6d09a (patch)
tree9c2734e0634140dc36046e81a1a235036e52a66b /Rakefile
parent85ef24264b5fc6c24ecec020571546644d4b8609 (diff)
downloadchef-zero-0db9891b7d91150de40a3ce5753efbcf29c6d09a.tar.gz
release 5.3.1 to unbreak chef buildsv5.3.1
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3275fe7..41a9ac2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -70,7 +70,6 @@ begin
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(",")
end
rescue LoadError
puts "github_changelog_generator is not available. gem install github_changelog_generator to generate changelogs"