Rakefile in berkshelf-5.6.1 vs Rakefile in berkshelf-5.6.2
- old
+ new
@@ -26,10 +26,9 @@
require "github_changelog_generator/task"
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.future_release = Berkshelf::VERSION
config.issues = false
- config.max_issues = 0
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