Git Ops v1.1.0 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

add!(repo, args)

View Source
add!(Git.Repositor.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()