Git Ops v0.3.3 GitOps.Git View Source
Helper functions for working with Git
and fetching the tags/commits we care about.
Link to this section Summary
Link to this section Functions
Link to this function
commit!(repo, args)
View Source
commit!(Git.Repository.t(), [String.t()]) :: String.t()
Link to this function
commit_messages_since_tag(repo, tag)
View Source
commit_messages_since_tag(Git.Repository.t(), String.t()) :: [String.t()]
Link to this function
get_initial_commits!(repo)
View Source
get_initial_commits!(Git.Repository.t()) :: [String.t()]
Link to this function
tag!(repo, current_version)
View Source
tag!(Git.Repository.t(), String.t() | [String.t()]) :: String.t()