Skip to content

Commit

Permalink
Merge pull request #2148 from carabasdaniel/fixchangelog
Browse files Browse the repository at this point in the history
Set max_issues for changelog generator to 500
  • Loading branch information
david22swan authored May 10, 2021
2 parents 6bd8126 + 41d453e commit 5637c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
config.add_pr_wo_labels = true
config.issues = false
config.merge_prefix = "### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
config.max_issues = 500
config.configure_sections = {
"Changed" => {
"prefix" => "### Changed",
Expand Down

0 comments on commit 5637c54

Please sign in to comment.