# Functions
LatestReleaseTag determines the latest release tag in the specified remote git repository that matches the specified pattern, especially when combined with [NewPrefixedTagMatcher].
NewPrefixedTagMatcher returns a VersionMatcherFn to be used with [LatestReleaseTag].
# Variables
SemverTagMatcher is a version tag matcher that matches only on tags in semver version.
# Type aliases
VersionMatcherFn returns the semver information embedded in a refname.