# Functions
NewRepository returns a new Repository.
# Constants
NextCustom is a next version type custom (need to set custom version).
NextMajor is a next version type major.
NextMinor is a next version type minor.
NextNone is a next version type none (invalid).
NextPatch is a next version type patch.
# Structs
Commit is a commit wrapper for return to external services.
CommitsArgs is a Commits options.
RepoOptions is a Repository options.
Repository is a git repository wrapper.
# Type aliases
NextType is a next version type.