# Functions
IncVersion increments the version based on the current version, the current release candidate, and the configuration.
ParseCommits parses the commits and returns the version increment and associated commits for breaking changes, features, and fixes.
# Structs
Commits is a struct that contains the commits for breaking changes, features, and fixes based on the conventional commit types.
No description provided by the author
Parser is a struct that contains the parser for conventional commit messages.
VersionConfig is a struct that contains the configuration for the versioning process.
VersionInfo is a struct that contains the current version and the current release candidate version.
# Type aliases
Increment is a type that represents the type of increment to make to the version.