View Source Releaser.VersionUtils (Bonfire v0.9.10-classic-beta.156)

Summary

Functions

Some utilities to get and set version numbers in the mix.exs file and to programmatically transform version numbers. Maybe the bump_* functions should be in the standard library? This script doesn't support pre-release versions or versions with build information.

Functions

Some utilities to get and set version numbers in the mix.exs file and to programmatically transform version numbers. Maybe the bump_* functions should be in the standard library? This script doesn't support pre-release versions or versions with build information.

Link to this function

bump_pre(version, pre_label)

View Source
Link to this function

get_version(mix_path \\ ".")

View Source
Link to this function

set_version(version, mix_path \\ ".")

View Source
Link to this function

update_version(version, pre_label)

View Source
Link to this function

version_to_string(version)

View Source