diff options
author | Tom Duffield <tom@chef.io> | 2016-12-02 08:25:00 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-12-02 08:55:38 -0600 |
commit | dbdd18650028e10822aaf10f3f4704244b7d1d8e (patch) | |
tree | 8b8f33589b34591dd12d74429e05b71994dab897 /Gemfile | |
parent | 88269ebd629775c625b121709991ebc76d9c0fa4 (diff) | |
download | chef-dbdd18650028e10822aaf10f3f4704244b7d1d8e.tar.gz |
Use tduffield branch of github-changelog-generator
This branch fixes a number of bugs in the changelog generator, and
supports the type of behavior that we want when generating our
changelog. There is a PR open against
upstream (skywinder/github-changelog-generator#453) to merge this
upstream.
As part of this, we can now generate the changelog on every commit.
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -78,7 +78,8 @@ group(:development, :test) do end group(:changelog) do - gem "github_changelog_generator" + gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping" + gem "mixlib-install" end group(:travis) do |