Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FailedCommandError = func(err error, args []string, output string) error { return errors.Wrapf(err, "%v failed: %s", args, output) } UnexpectedGitBranchOutputError = errors.New("unexpected 'git branch' output. " + "Current branch line should consist of 2 or more space-separated tokens") )
Functions ¶
func AppendTagPrefix ¶
func PinDependencyVersion ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.