summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-15 18:40:29 -0700
committerTim Smith <tsmith@chef.io>2018-07-15 18:40:29 -0700
commite427dcceb1d8ffacdbf47550d223baaa1902cd38 (patch)
tree5321578a9bcf81a9bdb6695af2d3848bc2ec4091
parentf4473fcacabc5100d525285ebf2a0a74aa7be9fe (diff)
downloadohai-changelog_gen.tar.gz
Remove the changelog generator taskchangelog_gen
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 <tsmith@chef.io>
-rw-r--r--Rakefile11
1 files changed, 0 insertions, 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