Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubReleases ¶
type GitHubReleases struct {
Owner string // REQUIRED. Owner of the repo.
Repo string // REQUIRED. Name of the repo.
Release1 string // REQUIRED. Tag name of the release you want to check.
Release2 string // Tag name of the release you want to compare with. If empty, newest version will be used.
Filter string // Regex to to filter releases on. Keep empty if you want all releases.
IncludePreReleases bool // Whether to include pre-releases or not. Default is false.
Client *github.Client // Github client used to make the calls to the github api.
}
GitHubReleases holds the two releases to compare
Click to show internal directories.
Click to hide internal directories.