Skip to content

Commit f939beb

Browse files
authored
Merge pull request #194 from OpenVoxProject/changelog
Use our branch of changelog generator
2 parents 5bcee89 + 7da5d55 commit f939beb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.rubocop_todo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,3 +729,8 @@ Style/ZeroLengthPredicate:
729729
# URISchemes: http, https
730730
Layout/LineLength:
731731
Max: 582
732+
733+
Performance/DoubleStartEndWith:
734+
Exclude:
735+
- 'lib/puppet/ssl/certificate_request.rb'
736+

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ end
8787

8888
group :release, optional: true do
8989
gem 'faraday-retry', require: false
90-
gem 'github_changelog_generator', require: false
90+
gem 'github_changelog_generator', require: false, git: 'https://github.com/voxpupuli/github-changelog-generator', branch: 'avoid-processing-a-single-commit-multiple-time'
9191
end
9292

9393
if File.exist? "#{__FILE__}.local"

0 commit comments

Comments
 (0)