class Context::DeployContext

def minor_bump

def minor_bump
  git_bump(self, 'minor')
end