Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunCommand ¶
RunCommand executes a shell command It returns the output (trimmed) and an error if the command fails
func RunCommandSilent ¶
RunCommandSilent executes a command (alias for RunCommand now, as RunCommand is also silent on success) kept for backward compatibility if needed, or we can remove it. The previous implementation was identical except for logging.
Types ¶
type Git ¶
type Git struct {
}
Git handler for Git operations
func (*Git) GenerateNextTag ¶
GenerateNextTag calculates the next semantic version
func (*Git) GetLatestTag ¶
GetLatestTag gets the latest tag
type Go ¶
type Go struct {
// contains filtered or unexported fields
}
Go handler for Go operations
Click to show internal directories.
Click to hide internal directories.