mix_bump v0.0.5 mix bump
Prints Bump tasks and their information.
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, use --no-annotated to use simple tags)
Link to this section Summary
Link to this section Functions
Link to this function
run(args)
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.