Documentation ¶
Index ¶
- Variables
- func ActualBranchName(path string) (string, error)
- func LastCommitHash(path string) (string, error)
- func LastCommitMessage(path string) (string, error)
- func LastModuleVersionFromCurrentBranch(path, appName string) (string, error)
- func ModuleVersions(path, appName string) ([]string, error)
- func ModuleVersionsFromCurrentBranch(path, appName string) ([]string, error)
- func ModuleVersionsWithHash(path, appName string) (map[string]string, error)
- func PushTags(path, tag string) error
- func TagCommit(path, tag string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoVersion = fmt.Errorf("no version in the tags")
)
Functions ¶
func ActualBranchName ¶
func LastCommitHash ¶
func LastCommitMessage ¶
func ModuleVersions ¶
func ModuleVersionsWithHash ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.