Documentation
¶
Index ¶
- func Clone(url string, path string) error
- func CloneShallow(url string, path string, depth int) error
- func CreateRelease(repo string, tag string, opts ReleaseOptions) error
- func CurrentBranch() (string, error)
- func CurrentUser() (string, error)
- func DefaultBranch(repo string) (string, error)
- func ListTags(repo string) ([]string, error)
- func PreviewRelease(repo string, tag string, opts ReleaseOptions) string
- func ReleaseExists(repo string, tag string) (bool, error)
- func RepoExists(repo string) (bool, error)
- func TagExists(repo string, tag string) (bool, error)
- type ReleaseOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRelease ¶
func CreateRelease(repo string, tag string, opts ReleaseOptions) error
func CurrentBranch ¶
func CurrentUser ¶
func DefaultBranch ¶
func PreviewRelease ¶
func PreviewRelease(repo string, tag string, opts ReleaseOptions) string
func RepoExists ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.