exreleasy v0.1.0 Mix.Tasks.Exreleasy.Release
Creates archived release.
Name of archive can be given as an option, otherwise current application version will be used.
mix exreleasy.release
mix exreleasy.release v0.0.1 # creates ./releases/archive/v0.0.1.tar.gz
Summary
Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.