Skip to content

Commit e3f021f

Browse files
committed
Update github_changelog_generator to ~> 1.18
Replace fork/outdated version pins with the released 1.18 gem which includes the duplicate commit processing fix upstream. Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
1 parent a4a1755 commit e3f021f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ end
7474

7575
group :release, optional: true do
7676
gem 'faraday-retry', '~> 2.1', require: false
77-
# gem 'github_changelog_generator', '~> 1.16.4', require: false
78-
gem 'github_changelog_generator', github: 'smortex/github-changelog-generator', branch: 'avoid-processing-a-single-commit-multiple-time', require: false
77+
gem 'github_changelog_generator', '~> 1.18', require: false
7978
end

0 commit comments

Comments
 (0)