Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
PreviousRef string `json:"previous-ref"`
PreviousVersion string `json:"previous-version"`
FirstRelease bool `json:"first-release"`
ReleaseVersion *semver.Version `json:"release-version,omitempty"`
ReleaseTag string `json:"release-tag,omitempty"`
ChangeLevel internal.ChangeLevel `json:"change-level"`
CreatedTag bool `json:"created-tag,omitempty"`
CreatedRelease bool `json:"created-release,omitempty"`
PrereleaseHookOutput string `json:"prerelease-hook-output"`
PrereleaseHookAborted bool `json:"prerelease-hook-aborted"`
}
type Runner ¶
type Runner struct {
CheckoutDir string
Ref string
GithubToken string
CreateTag bool
CreateRelease bool
Draft bool
V0 bool
TagPrefix string
InitialTag string
PrereleaseHook string
GoModFiles []string
Repo string
PushRemote string
TempDir string
ReleaseRefs []string
LabelAliases map[string]string
CheckPR int
GithubClient internal.GithubClient
}
Click to show internal directories.
Click to hide internal directories.