Skip to content

Commit

Permalink
Use custom changelog generator
Browse files Browse the repository at this point in the history
This version of the changelog generator addresses a few issues with the
upstream one. In addition, it has a less restrictive dependency on
Retriable, which can cause conflict when Ohai is installed in ChefDK.

Signed-off-by: Tom Duffield <[email protected]>
  • Loading branch information
tduffield committed Dec 7, 2016
1 parent 5f43d30 commit e5abf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ group :development do
gem "rspec-mocks", "~> 3.0"
gem "rspec-collection_matchers", "~> 1.0"
gem "rspec_junit_formatter"
gem "github_changelog_generator", ">= 1.14"
gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping"
gem "activesupport", "< 5.0" if RUBY_VERSION <= "2.2.2" # github_changelog_generator dep
end

0 comments on commit e5abf16

Please sign in to comment.