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.releaseTasks 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.nextTasks related to GIT operations
mix version.tag
mix version.untag
mix version.upTasks related to GIT hooks
mix githooks.hexup
mix githooks.deployFor more details, you can run
mix help <taskname>For example,
mix help version.bin.dbFurther 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.