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

# Functions

GetVersionCommandRun runs the command.
InitCommandRunE runs the init command.
LoadConfig loads the semverbot configuration file.
LoadDefaultConfig loads the default semverbot config.
LoadFlags loads root command flags.
NewGetCommand creates a new get command.
NewGetVersionCommand creates a new get version command.
NewInitCommand creates a new init command.
NewPredictCommand creates a new predict command.
NewPredictVersionCommand creates a new predict version command.
NewPushCommand creates a new push command.
NewPushVersionCommand creates a new push version command.
NewReleaseCommand creates a new release command.
NewReleaseVersionCommand creates a new release version command.
NewRootCommand creates a new root command.
NewUpdateCommand creates a new update command.
NewUpdateVersionCommand creates a new update version command.
PredictVersionCommandPreRunE runs before the command runs.
PredictVersionCommandRunE runs the command.
PushVersionCommandRunE runs the command.
ReleaseVersionCommandPreRunE runs before the command runs.
ReleaseVersionCommandRunE runs the command.
RootCommandPersistentPreRunE runs before the command and any subcommand runs.
SetGitConfigIfConfigured Sets the git config only when the semverbot config exists and the git config does not exist.
UpdateVersionCommandRunE runs before the commands runs.