Skip to content

Commit

Permalink
Remove the github changelog generator task
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Mar 15, 2019
1 parent c96f891 commit 09ed003
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,3 @@ task :quality => [:style, :stats]

require "yard"
YARD::Rake::YardocTask.new

begin
task :default => [:test, :quality]

require "github_changelog_generator/task"
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.future_release = Kitchen::Driver::EC2_VERSION
config.enhancement_labels = "enhancement,Enhancement,New Feature,Feature".split(",")
config.bug_labels = "bug,Bug,Improvement".split(",")
config.exclude_labels = "duplicate,question,invalid,wontfix,no_changelog," \
",Exclude From Changelog,Question,Upstream Bug,Discussion".split(",")
end
rescue LoadError
task :changelog do
raise "github_changelog_generator not installed! gem install github_changelog_generator."
end
end

0 comments on commit 09ed003

Please sign in to comment.