summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-02-15 14:25:07 +0000
committerThom May <thom@chef.io>2018-02-15 15:19:05 +0000
commit0ac00a8e04dcdf4298c68d92d047eb1c2cf04351 (patch)
tree60386774f921799651bc69626d2ba13a1c077334 /Rakefile
parentfdd9db047ee8b7401b947c1e60d9b996bd4fc336 (diff)
downloadchef-zero-0ac00a8e04dcdf4298c68d92d047eb1c2cf04351.tar.gz
Use latest ruby and enable expeditor
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Rakefile b/Rakefile
index 41a9ac2..095de4e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -61,16 +61,3 @@ begin
rescue LoadError
puts "chefstyle/rubocop is not available. gem install chefstyle to do style checking."
end
-
-begin
- require "github_changelog_generator/task"
-
- GitHubChangelogGenerator::RakeTask.new :changelog do |config|
- config.future_release = ChefZero::VERSION
- config.issues = false
- config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
- config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
- end
-rescue LoadError
- puts "github_changelog_generator is not available. gem install github_changelog_generator to generate changelogs"
-end