Skip to content

Commit 5637c54

Browse files
authored
Merge pull request #2148 from carabasdaniel/fixchangelog
Set max_issues for changelog generator to 500
2 parents 6bd8126 + 41d453e commit 5637c54

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)