lib/deploy-context/context/deploy.rb in deploy-context-2.1.19 vs lib/deploy-context/context/deploy.rb in deploy-context-2.1.19.1.g26a2b55
- old
+ new
@@ -49,9 +49,10 @@
end
false
when 'bump'
puts "\nBump minor version\n"
context.patch_bump
+ context.commit
false
when 'release'
puts "\nBump major version\n"
context.minor_bump
false