Skip to content
forked from aerosol/bumperl

🆙 Semantic version bumper for Erlang/OTP apps

License

Notifications You must be signed in to change notification settings

SiftLogic/bumperl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bumperl

Semantic version bumper for Erlang/OTP apps

Installation & usage

$ make
$ bumperl
Argument 'app_file' is required.
Usage: bumperl [-a <app_file>] [-l <label>] [-c [<commit>]] [-t [<tag>]]

  -a, --app     .app or .app.src file
  -l, --label   major | minor | patch
  -c, --commit  Automatic git commit [default: false]
  -t, --tag     Automatic git tag (implies commit) [default: false]

$ bumperl -a src/bumperl.app.src -t -c -l minor

About

🆙 Semantic version bumper for Erlang/OTP apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 98.1%
  • Makefile 1.9%