Rakefile in deploy-context-2.0.11 vs Rakefile in deploy-context-2.0.11.1.g2fb12a4
- old
+ new
@@ -17,8 +17,8 @@
require_relative 'lib/deploy-context'
require_relative 'lib/deploy-context/deploy'
deployer = Context::DeployContext.new(__dir__)
- deployer.patch_bump
+ # deployer.patch_bump
deployer.cycle
end