deli v0.2.0-rc.1 Deli.Versioning.Default View Source
Provides version git tag enforcing
Link to this section Summary
Functions
Receives the version informed by user on CLI, or nil
.
Runs any versioning policy wanted for the project,
returns an ok tuple with the version tag to be used during deploy,
or raises in case there is no version tag resolved
Link to this section Functions
Link to this function
version_tag(version) View Source
Receives the version informed by user on CLI, or nil
.
Runs any versioning policy wanted for the project,
returns an ok tuple with the version tag to be used during deploy,
or raises in case there is no version tag resolved.
Callback implementation for Deli.Versioning.version_tag/1
.