Method: Codelog::CLI#bump

Defined in:
lib/codelog/cli.rb

#bump(version_type, release_date = Date.today.strftime(Codelog::Config.date_input_format)) ⇒ Object



37
38
39
40
# File 'lib/codelog/cli.rb', line 37

def bump(version_type, release_date =
            Date.today.strftime(Codelog::Config.date_input_format))
  Codelog::Command::Bump.run version_type, release_date, options
end