summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-25 14:54:06 -0700
committerTim Smith <tsmith@chef.io>2018-07-25 15:02:58 -0700
commite3f1ae35872e87ac69a3d5e25bde5e915c230271 (patch)
tree7fc1f8c87f91e2ff6ce32f772a5bd55fbc794ffa /Rakefile
parent96a88738ee4527e3c1cd9ae114b37e1ab1bcc2e9 (diff)
downloadmixlib-log-e3f1ae35872e87ac69a3d5e25bde5e915c230271.tar.gz
Remove the changelog generator gem
We're using expeditor now Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile
index f5fa61f..f691381 100644
--- a/Rakefile
+++ b/Rakefile
@@ -32,12 +32,3 @@ begin
rescue LoadError
puts "chefstyle/rubocop is not available. gem install chefstyle to do style checking."
end
-
-require "github_changelog_generator/task"
-
-GitHubChangelogGenerator::RakeTask.new :changelog do |config|
- config.future_release = Mixlib::Log::VERSION
- config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
- config.bug_labels = "bug,Bug,Improvement,Upstream Bug".split(",")
- config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog,Exclude From Changelog,Question,Discussion".split(",")
-end