Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionRegex = regexp.MustCompile(`v\d+(\.\d+)+`)
Functions ¶
This section is empty.
Types ¶
type CreateBranchAndTager ¶
type GitRemoter ¶
type GitRemoter interface {
List(o *git.ListOptions) (rfs []*plumbing.Reference, err error)
Push(o *git.PushOptions) error
}
type GitRepo ¶
type GitRepo struct {
Auth transport.AuthMethod
// contains filtered or unexported fields
}
func (*GitRepo) CreateBranchAndTag ¶
func (*GitRepo) GetAllRemoteBranchesAndTags ¶
GetRemoteBranches get remote branches from GitHub using the repoURL
Click to show internal directories.
Click to hide internal directories.