[][src]Function conventional_commits_next_semver::latest_semver_compatible_git_tag

pub fn latest_semver_compatible_git_tag<'a>(
    repo: &'a Repository
) -> Result<SemverCompatibleGitTag, Error<'a>>

Returns the latest semantic version compatible git tag inside a repository.

This method is a shorthand for [latest_semver_compatible_git_tag_with_pattern](fn. latest_semver_compatible_git_tag_with_pattern.html) that uses this pattern: v*.