diff options
author | Tom Duffield <tom@chef.io> | 2016-11-10 11:37:46 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-11-10 11:42:07 -0600 |
commit | c91b50b4bae6ba303b42a427c85fdef3c8e362ba (patch) | |
tree | 3aa30d38271ec50214e317f389689ac09c2d5853 /ci | |
parent | 264ba17ebcb9210bfb309fcd6e1f6b33323506e0 (diff) | |
download | chef-c91b50b4bae6ba303b42a427c85fdef3c8e362ba.tar.gz |
Disable the automatic changelog generation
The feature that we thought existed in the changelog generator doesn't
work exactly as expected. Until that functionality can be added, we're
disabling the automatic changelog generation.
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/version_bump.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index 5526f7b725..00d5e70fce 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -7,6 +7,5 @@ export LANG=en_US.UTF-8 . ci/bundle_install.sh bundle exec rake version:bump -bundle exec rake changelog:update git checkout .bundle/config |