Documentation
¶
Index ¶
- func BackportDoneLabel(version string) string
- func BackportLabel(version string) string
- func GeneratePatchRelease(ctx context.Context, ghClient *gh.Client, owner string, repo string, ...) (types.BackportPRs, types.PullRequests, types.NodeIDs, []string, error)
- func MajorMinorErsion(version string) string
- func NewClient() *gh.Client
- func PreviousTagOf(tags []string, tag string) string
- func ReleaseBlockerLabel(version string) string
- func SortTags(tags []string) ([]string, error)
- func Token() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackportDoneLabel ¶
func BackportLabel ¶
func GeneratePatchRelease ¶
func GeneratePatchRelease( ctx context.Context, ghClient *gh.Client, owner string, repo string, bar *progressbar.ProgressBar, printer func(msg string), backportPRs types.BackportPRs, listOfPRs types.PullRequests, nodeIDs types.NodeIDs, commits []string, ) ( types.BackportPRs, types.PullRequests, types.NodeIDs, []string, error, )
GeneratePatchRelease will returns a map that maps the backport PR number to the upstream PR number and a map that maps the backport PR number to the PR if no upstream PR was found. In case of an error, a list of non-processed commits will be returned.
func MajorMinorErsion ¶
func PreviousTagOf ¶
func ReleaseBlockerLabel ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.