diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-25 14:54:06 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-25 15:02:58 -0700 |
commit | e3f1ae35872e87ac69a3d5e25bde5e915c230271 (patch) | |
tree | 7fc1f8c87f91e2ff6ce32f772a5bd55fbc794ffa /Rakefile | |
parent | 96a88738ee4527e3c1cd9ae114b37e1ab1bcc2e9 (diff) | |
download | mixlib-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-- | Rakefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |