View Source GitOps.Version (Git Ops v2.6.0)

Functionality around parsing and comparing versions contained in git tags

Link to this section Summary

Link to this section Functions

Link to this function

determine_new_version(current_version, prefix, commits, last_valid_non_rc_version, opts)

View Source
Link to this function

last_valid_non_rc_version(versions, prefix)

View Source
@spec last_valid_non_rc_version([String.t()], String.t()) :: String.t() | nil
Link to this function

last_valid_version(versions, prefix)

View Source
@spec last_valid_version([String.t()], String.t()) :: String.t() | nil
Link to this function

last_version_greater_than(versions, last_version, prefix)

View Source