Skip to content

Commit 1e878d6

Browse files
authored
Merge pull request #1172 from carabasdaniel/changelog_fix
Use fork of github_changelog_generator that allows generator to continue on errors
2 parents a26d0c5 + 6fea1e5 commit 1e878d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ group :development do
2424
gem "puppet-module-posix-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]
2525
gem "puppet-module-win-default-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
2626
gem "puppet-module-win-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
27-
gem "github_changelog_generator", require: false
27+
gem "github_changelog_generator", git: 'https://github.com/carabasdaniel/github-changelog-generator.git', require: false
2828
end
2929
group :system_tests do
3030
gem "puppet-module-posix-system-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
5454
config.add_pr_wo_labels = true
5555
config.issues = false
5656
config.merge_prefix = "### UNCATEGORIZED PRS; LABEL THEM ON GITHUB"
57+
config.continue_with_errors = true
5758
config.configure_sections = {
5859
"Changed" => {
5960
"prefix" => "### Changed",

0 commit comments

Comments
 (0)