mix bump (Versioce v2.0.0) View Source

A task that bumps your projects version.

mix bump major|minor|patch|calver [--pre :string] [--build :string] [--no-pre-hooks] [--no-post-hooks]

CalVer does not support --pre and --build. Both will be ignored

Examples:

$> mix bump patch --pre alpha
Running pre-hooks: []
Bumping version from 0.0.2:
"0.0.3-alpha"
Running post-hooks: []