mix version (VersionTasks v0.12.0) View Source

version_tasks 0.12.0

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:

Link to this section Summary

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.