Skip to content
/ mix-bump Public

This is a simple mix task to version bump a mix project.

License

Notifications You must be signed in to change notification settings

oo6/mix-bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mix Bump

Hex Version

This is a simple mix task to version bump a mix project.

Installation

  mix archive.install hex mix_bump

Usage

  mix bump [major | minor | patch | <newversion>]

  options:
    -m, --message  <message>
                     Commit message
    -p, --publish    Publish package to hex
    -t, --tag <name> Specify a tag
    -a, --annotated  Use annotated tags (Enabled by default --no-annotated to use simple tags)