Skip to content

Commit ea6c73b

Browse files
committed
Use our branch of changelog generator
Because this repo now has many thousands more commits in it, the upstream version of the changelog generator takes a huge amount of time (6+ hours). This uses our branch which makes it far more efficient.
1 parent 5bcee89 commit ea6c73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)