summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-04-12 12:00:13 +0100
committerThom May <thom@chef.io>2017-04-12 12:00:13 +0100
commit1d1427a747a86b33600a0ea7741016b27df828bc (patch)
tree800b7ded562113ba29179bfccf8bed198783e9ea /Rakefile
parentf92a36d8302d65966de4cef55c529945dcb5a2cc (diff)
downloadohai-1d1427a747a86b33600a0ea7741016b27df828bc.tar.gz
Use correct g-h-c13_0_1
[ci skip] Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index a1e2c526..58c0d419 100644
--- a/Rakefile
+++ b/Rakefile
@@ -30,9 +30,6 @@ begin
config.future_release = Ohai::VERSION
config.max_issues = 0
config.add_issues_wo_labels = false
- config.enhancement_labels = "Type: Enhancement".split(",")
- config.bug_labels = "Type: Bug,Type: Regression".split(",")
- config.exclude_labels = "Type: Documentation,Status: Duplicate,Meta: Exclude From Changelog".split(",")
end
rescue LoadError
end