VersionTasks v0.11.2 mix version View Source
version_tasks 0.11.1
version_tasks is a set of helper mix tasks to manange your projects version
Available version tasks:
Tasks related to generating scripts (and elixir code) to help manage your app.
mix version.bin.db
mix version.bin.ff
mix version.bin.release
Tasks related to managing the version of your library / component / system.
mix version.current
mix version.inc
mix version.is_release
mix version.last_commit
mix version.name
mix version.next
Tasks related to GIT operations
mix version.tag
mix version.untag
mix version.up
Tasks related to GIT hooks
mix githooks.hexup
mix githooks.deploy
For more details, you can run
mix help <taskname>
For example,
mix help version.bin.db
Further information can be found here:
- https://hex.pm/packages/version_tasks
- https://github.com/aforward/version_tasks
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
.