From e427dcceb1d8ffacdbf47550d223baaa1902cd38 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sun, 15 Jul 2018 18:40:29 -0700 Subject: Remove the changelog generator task This project was moved to expeditor. We're no longer generating changelogs using this gem and the gem dependency has been removed already Signed-off-by: Tim Smith --- Rakefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Rakefile b/Rakefile index 73ca04e5..eda2219f 100644 --- a/Rakefile +++ b/Rakefile @@ -22,14 +22,3 @@ require "rubocop/rake_task" RuboCop::RakeTask.new(:style) do |task| task.options += ["--display-cop-names", "--no-color"] end - -begin - require "github_changelog_generator/task" - - GitHubChangelogGenerator::RakeTask.new :changelog do |config| - config.future_release = Ohai::VERSION - config.max_issues = 0 - config.add_issues_wo_labels = false - end -rescue LoadError -end -- cgit v1.2.1