Documentation
¶
Index ¶
- func CheckoutBranch(pb ProgressBar, branch string)
- func ConfigGet(name string) string
- func CreateNewBranch(pb ProgressBar, branch string)
- func Exit(msg interface{})
- func MergeChangesFromBranch(pb ProgressBar, branch string)
- func PullNewChanges(pb ProgressBar)
- func PushNewBranchToRemote(pb ProgressBar, remote string, branch string)
- type GithubClient
- type ProgressBar
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckoutBranch ¶
func CheckoutBranch(pb ProgressBar, branch string)
func CreateNewBranch ¶
func CreateNewBranch(pb ProgressBar, branch string)
func MergeChangesFromBranch ¶
func MergeChangesFromBranch(pb ProgressBar, branch string)
func PullNewChanges ¶
func PullNewChanges(pb ProgressBar)
func PushNewBranchToRemote ¶
func PushNewBranchToRemote(pb ProgressBar, remote string, branch string)
Types ¶
type GithubClient ¶
type GithubClient struct {
Repository string
// contains filtered or unexported fields
}
func NewGithubClient ¶
func NewGithubClient() *GithubClient
func (*GithubClient) CreateReleasePullRequest ¶
func (gc *GithubClient) CreateReleasePullRequest(pb ProgressBar, rlsDate string, rlsBranch string) *github.PullRequest
func (*GithubClient) UpdateReleasePullRequestBodyWithTickets ¶
func (gc *GithubClient) UpdateReleasePullRequestBodyWithTickets(pb ProgressBar, prNum int)
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
func NewProgressBar ¶
func NewProgressBar() ProgressBar
func (*ProgressBar) Render ¶
func (pb *ProgressBar) Render()
func (*ProgressBar) StopRendering ¶
func (pb *ProgressBar) StopRendering()
Click to show internal directories.
Click to hide internal directories.