Skip to content

Commit a9779c1

Browse files
authored
Merge pull request puppetlabs#1285 from david22swan/maint/main/max_issues
(maint) - Set max_issues for changelog generator to 500
2 parents 99a3fae + 15a4318 commit a9779c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.sync.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gemfile:
1010
- gem: github_changelog_generator
1111
Rakefile:
1212
changelog_user: puppetlabs
13+
changelog_max_issues: 500
1314
spec/spec_helper.rb:
1415
mock_with: ":rspec"
1516
coverage_report: true

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
4848
raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake.application.top_level_tasks.include? "changelog" and ENV['CHANGELOG_GITHUB_TOKEN'].nil?
4949
config.user = "#{changelog_user}"
5050
config.project = "#{changelog_project}"
51+
config.max_issues = 500
5152
config.future_release = "#{changelog_future_release}"
5253
config.exclude_labels = ['maintenance']
5354
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)."

0 commit comments

Comments
 (0)