diff --git a/Rakefile b/Rakefile index 8604ce62..9a78da1a 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ rescue LoadError else GitHubChangelogGenerator::RakeTask.new :changelog do |config| config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file." - config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog modulesync github_actions] + config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog modulesync github_actions] config.user = 'voxpupuli' config.project = 'container-puppetserver' # get branch name from git and strip off any prefixes (e.g. 'release-')