Documentation
¶
Index ¶
- func FormatVersion(ver string) (string, bool)
- func IsBranchName(name string) bool
- func IsFullURL(s string) bool
- func IsRepoPath(path string) bool
- func IsValidVersion(ver string) bool
- func NextVersion(ver string) string
- func ParseCommitTopic(msg string) []string
- func ParseURL(rawURL string) (u *url.URL, err error)
- func ResolveGhURL(s string) (string, bool)
- func SplitPath(repoPath string) (group, name string, err error)
- type SSHConfig
- type SSHConfigReader
- type URLParser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatVersion ¶ added in v0.3.4
FormatVersion string. eg: v1.2.0 -> 1.2.0
func IsBranchName ¶ added in v0.3.5
IsBranchName validate branch name
func IsRepoPath ¶ added in v0.3.3
IsRepoPath string. should match GROUP/NAME
func NextVersion ¶ added in v0.3.4
NextVersion build. eg: v1.2.0 -> v1.2.1
func ParseCommitTopic ¶ added in v0.3.3
ParseCommitTopic for git commit message
Types ¶
Click to show internal directories.
Click to hide internal directories.