lib/deploy-context/context/deploy.rb in deploy-context-2.1.0.1.gfc552cd vs lib/deploy-context/context/deploy.rb in deploy-context-2.1.0.2.g3d63a5a

- old
+ new

@@ -48,12 +48,16 @@ context.cycle end false when 'bump' puts "\nBump minor version\n" - context.minor_bump + context.patch_bump false when 'release' + puts "\nBump major version\n" + context.minor_bump + false + when 'upgrade' puts "\nBump major version\n" context.major_bump false when 'test' puts "\nExecute tests\n"