Skip to main content

compute_version

Function compute_version 

Source
pub fn compute_version(project_root: &Path) -> Result<Version, VersionError>
Expand description

Compute the full version: MAJOR from the version file, MINOR from the tag count, PATCH from commits since the last tag.