ExDockerCompose v0.2.0 mix version View Source
This task is written to easily bump the version file of the boker_tov_nissim application. The versioning is following the semantic versioning methodology. With the task one can bump the major, minor or patch version of the application by specifying it as an argument;
$ mix version bump patch
$ mix version bump minor
$ mix version bump major
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.