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 ea38f74 commit 172ecddCopy full SHA for 172ecdd
Rakefile
@@ -71,7 +71,7 @@ begin
71
rescue LoadError
72
else
73
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
74
- config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
+ config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog dependencies}
75
config.user = 'voxpupuli'
76
config.project = 'json-schema'
77
gem_version = Gem::Specification.load("#{config.project}.gemspec").version
0 commit comments