From 473b8fbb1affd92b7b111ae5f051334f7eb4ccc1 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 23 Jan 2017 12:44:28 -0800 Subject: update changelog Signed-off-by: Lamont Granquist --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 028b8a4..f0c0fbf 100644 --- a/Rakefile +++ b/Rakefile @@ -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(",") -- cgit v1.2.1