Documentation ¶
Index ¶
Constants ¶
View Source
const VersionDev = "<dev>"
Variables ¶
View Source
var Av = struct { PullRequest PullRequest GitHub GitHub }{ PullRequest: PullRequest{ OpenBrowser: true, }, GitHub: GitHub{ BaseUrl: "https://github.com", }, }
View Source
var Version = VersionDev
Version is the version of the av application. It is set automatically when creating release builds.
Functions ¶
func FetchLatestVersion ¶
Types ¶
type PullRequest ¶ added in v0.0.3
type PullRequest struct { Draft bool OpenBrowser bool // If true, the pull request will be converted to a draft if the base branch // needs to be changed after the pull request has been changed. This avoids // accidentally adding lots of unnecessary auto-added reviewers (via GitHub's // CODEOWNERS feature) to the pull request while the PR is in a transient // state. // If not set, the value should be considered true iff there is a CODEOWNERS // file in the repository. RebaseWithDraft *bool }
Click to show internal directories.
Click to hide internal directories.