summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-10-06 12:46:04 -0700
committerGitHub <noreply@github.com>2016-10-06 12:46:04 -0700
commit6d78e41b4f2fbf4be0fdd5a925d4f6ab80012aea (patch)
treeb2a48db962edd0f15f6a0d0da7e853d3e948e069
parent4e3c825d55b678413e8219ab13a99cfb12fedaf7 (diff)
parent747454c0862b0813df1529423d86d7e4706d873a (diff)
downloadchef-6d78e41b4f2fbf4be0fdd5a925d4f6ab80012aea.tar.gz
Merge pull request #5426 from chef/bump_test
small change to test bump bot
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 74a30d45b0..98216cf5fd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef", "chef") do
package.component_paths = ["chef-config"]
package.generate_version_class = true
end
-# Add a conservative dependency update to version:bump (which was created by PackageTask)
+# Add conservative dependency update to version:bump (which was created by PackageTask)
task "version:bump" => %w{version:bump_patch version:update}
task "version:bump" => %w{version:bump_patch version:update}