diff options
author | Tom Duffield <tom@chef.io> | 2016-11-07 13:58:08 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-11-09 12:59:09 -0600 |
commit | 439b74cb6e333167fac2a00b43b49d4cf15b9d1d (patch) | |
tree | f704140aa9db914f7f252bb904b493d6a1589725 /ci | |
parent | f84b6352a347b823b82d2c5f8e3e3905d6948221 (diff) | |
download | chef-439b74cb6e333167fac2a00b43b49d4cf15b9d1d.tar.gz |
Update the changelog when the version is bumped by CI
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/bundle_install.sh | 2 | ||||
-rwxr-xr-x | ci/version_bump.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ci/bundle_install.sh b/ci/bundle_install.sh index 6c6d76dc5d..7f90f74964 100755 --- a/ci/bundle_install.sh +++ b/ci/bundle_install.sh @@ -5,5 +5,5 @@ set -evx gem environment bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2) gem install bundler -v $bundler_version --user-install --conservative -export BUNDLE_WITHOUT=default:omnibus_package:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows +export BUNDLE_WITHOUT=default:omnibus_package:test:pry:integration:docgen:maintenance:travis:aix:bsd:linux:mac_os_x:solaris:windows bundle _${bundler_version}_ install diff --git a/ci/version_bump.sh b/ci/version_bump.sh index dd53cebfd5..147442666a 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -5,5 +5,6 @@ set -evx . ci/bundle_install.sh bundle exec rake version:bump +bundle exec rake changelog:update git checkout .bundle/config |