We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7014c6f commit 602ebd0Copy full SHA for 602ebd0
Rakefile
@@ -11,7 +11,7 @@ rescue LoadError
11
else
12
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
13
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
14
- config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions modulesync]
+ config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog modulesync github_actions]
15
config.user = 'voxpupuli'
16
config.project = 'container-voxbox'
17
# get branch name from git and strip off any prefixes (e.g. 'release-')
0 commit comments