diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-01-23 12:44:28 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-01-23 12:44:28 -0800 |
commit | 473b8fbb1affd92b7b111ae5f051334f7eb4ccc1 (patch) | |
tree | a0d52aed145c78a03aca6b9ddde7755a4ed5f313 /Rakefile | |
parent | 0e4eefdf937b0d145326ca416346b0325b51e04b (diff) | |
download | chef-zero-473b8fbb1affd92b7b111ae5f051334f7eb4ccc1.tar.gz |
update changelog
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ begin GitHubChangelogGenerator::RakeTask.new :changelog do |config| config.future_release = ChefZero::VERSION + config.issues = 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(",") |