diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-19 08:10:33 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-19 08:10:33 -0700 |
commit | e8a5ed56e308a523acd13f64860cab50b9557f25 (patch) | |
tree | 74078a5f88a4258612c08ba50d09bf7eed4da985 | |
parent | aa2a7cc405a7190f942f5268ff287fdd7f2b4e3b (diff) | |
parent | 6a883611cbf79212109ca41f402435971a5c2bd1 (diff) | |
download | chef-e8a5ed56e308a523acd13f64860cab50b9557f25.tar.gz |
Merge pull request #4840 from chef/jk/version-without-berks
Don't use berks when bumping version--can't possibly change.
-rw-r--r-- | Rakefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -34,9 +34,7 @@ ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef") do |packag package.generate_version_class = true end # Add a conservative dependency update to version:bump (which was created by PackageTask) -task "version:bump" => %w{version:bump_patch version:update} do - Rake::Task["dependencies:update"].invoke("conservative") -end +task "version:bump" => %w{version:bump_patch version:update bundle:install} task :pedant, :chef_zero_spec |