Versions in this module Expand all Collapse all v1 v1.0.0 Jun 23, 2025 Changes in this version + func IntegrationExample() + func ResolveCommandVersion(gitClient *git.Client, repoPath, version string) (string, error) + type Resolver struct + func NewResolver(getTagsFunc func(string) ([]string, error)) *Resolver + func (r *Resolver) ResolveVersion(repoPath, version string) (string, error) + func (r *Resolver) ValidateReference(_, _ string) error