Versions in this module Expand all Collapse all v1 v1.12.5 Oct 24, 2022 v1.12.4 Oct 24, 2022 Changes in this version + type Context struct + Artifacts artifact.Artifacts + Config config.Project + Date time.Time + Deprecated bool + Env Env + Git GitInfo + ModulePath string + Parallelism int + PreRelease bool + ReleaseFooterFile string + ReleaseFooterTmpl string + ReleaseHeaderFile string + ReleaseHeaderTmpl string + ReleaseNotes string + ReleaseNotesFile string + ReleaseNotesTmpl string + ReleaseURL string + RmDist bool + Runtime Runtime + Semver Semver + SkipAnnounce bool + SkipBefore bool + SkipDocker bool + SkipPostBuildHooks bool + SkipPublish bool + SkipSBOMCataloging bool + SkipSign bool + SkipTokenCheck bool + SkipValidate bool + Snapshot bool + Token string + TokenType TokenType + Version string + func New(config config.Project) *Context + func NewWithTimeout(config config.Project, timeout time.Duration) (*Context, stdctx.CancelFunc) + func Wrap(ctx stdctx.Context, config config.Project) *Context + type Env map[string]string + func ToEnv(env []string) Env + func (e Env) Copy() Env + func (e Env) Strings() []string + type GitInfo struct + Branch string + Commit string + CommitDate time.Time + CurrentTag string + FullCommit string + PreviousTag string + ShortCommit string + Summary string + TagBody string + TagContents string + TagSubject string + URL string + type Runtime struct + Goarch string + Goos string + type Semver struct + Major uint64 + Minor uint64 + Patch uint64 + Prerelease string + RawVersion string + type TokenType string + const TokenTypeGitHub + const TokenTypeGitLab + const TokenTypeGitea