tasks/github_changelog_generator.rb in chef-dk-1.6.11 vs tasks/github_changelog_generator.rb in chef-dk-2.0.26
- old
+ new
@@ -36,12 +36,9 @@
GitHubChangelogGenerator::RakeTask.new :update do |config|
config.future_release = "v#{ChefDK::VERSION}"
config.between_tags = ["v#{latest_stable_version}", "v#{ChefDK::VERSION}"]
config.max_issues = 0
config.add_issues_wo_labels = false
- 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(",")
config.header = "This changelog reflects the current state of chef-dk's master branch on github and may not reflect the current released version of chef-dk, which is [![Gem Version](https://badge.fury.io/rb/chef-dk.svg)](https://badge.fury.io/rb/chef-dk)."
end
end
task :changelog => "changelog:update"