package
1.7.2
Repository: https://github.com/restechnica/semverbot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Constants

GitConfigEmailConfigKey key for the git email config.
GitConfigNameConfigKey key for the git name config.
GitTagsPrefixConfigKey key for the git tags prefix config.
GitTagsSuffixConfigKey key for the git tags suffix config.
ModeConfigKey key for the mode config.
ModesGitBranchDelimitersConfigKey key for the git-branch delimiters config.
ModesGitCommitDelimitersConfigKey key for the git-commit delimiters config.
SemverMapConfigKey key for the semver map config.

# Variables

ConfigFlag a flag which configures the config file location.
DebugFlag a flag which sets the log level verbosity to Debug if true.
DefaultAdditionalConfigFilePaths additional default relative filepaths to the config file.
DefaultConfigFilePath the default relative filepath to the config file.
DefaultGitBranchDelimiters the default delimiters used by the git-branch mode.
DefaultGitCommitDelimiters the default delimiters used by the git-commit mode.
DefaultGitTagsPrefix the default prefix prepended to git tags.
DefaultGitTagsSuffix the default suffix prepended to git tags.
DefaultMode the default mode for incrementing versions.
DefaultVersion the default version when no other version can be found.
ModeFlag a flag which indicates the semver mode to increment the current version with.
VerboseFlag a flag which increases log level verbosity to Info if true.

# Structs

No description provided by the author