Skip to content

Commit 41d453e

Browse files
author
Daniel Carabas
committed
Set max_issues for changelog generator to 500
1 parent 7334ac0 commit 41d453e

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
@@ -55,6 +55,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
5555
config.add_pr_wo_labels = true
5656
config.issues = false
5757
config.merge_prefix = "### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
58+
config.max_issues = 500
5859
config.configure_sections = {
5960
"Changed" => {
6061
"prefix" => "### Changed",

0 commit comments

Comments
 (0)