Skip to content

Commit db5847f

Browse files
committed
(maint) - Set max_issues for changelog generator to 500
1 parent 99a3fae commit db5847f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
5353
config.header = "# Change log\n\nAll notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."
5454
config.add_pr_wo_labels = true
5555
config.issues = false
56+
config.max_issues = 500
5657
config.merge_prefix = "### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
5758
config.configure_sections = {
5859
"Changed" => {

0 commit comments

Comments
 (0)