package
0.1.0
Repository: https://github.com/klimby/version.git
Documentation: pkg.go.dev

# 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.