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 /ci | |
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 'ci')
-rwxr-xr-x | ci/version_bump.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index 00d5e70fce..f3c345b7f0 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -7,5 +7,6 @@ export LANG=en_US.UTF-8 . ci/bundle_install.sh bundle exec rake version:bump +bundle exec rake changelog git checkout .bundle/config |