diff options
author | Tom Duffield <tom@chef.io> | 2016-11-09 13:57:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 13:57:18 -0600 |
commit | fc0ead5b9ec6aa28ae263f8f9c6bc4c7310c9471 (patch) | |
tree | 0be8459a12a7e063e152afb2e4321cf7632740ad /ci | |
parent | f9ff77143b853cea88377ec9affcca534609f3b5 (diff) | |
parent | 56d1f31da350567008e41cd42a8daa37e29883a7 (diff) | |
download | chef-fc0ead5b9ec6aa28ae263f8f9c6bc4c7310c9471.tar.gz |
Merge pull request #5523 from chef/td/update-changelog-every-bump
Internal: Bump Minor Version; Automatically update the CHANGELOG when we bump the Build version
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 |