diff options
author | Thom May <thom@chef.io> | 2017-04-12 12:00:13 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-04-12 12:00:13 +0100 |
commit | 1d1427a747a86b33600a0ea7741016b27df828bc (patch) | |
tree | 800b7ded562113ba29179bfccf8bed198783e9ea /Rakefile | |
parent | f92a36d8302d65966de4cef55c529945dcb5a2cc (diff) | |
download | ohai-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-- | Rakefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |