Versions in this module Expand all Collapse all v2 v2.5.0 Dec 18, 2024 Changes in this version + var ErrMultipleReleases = errors.New("multiple releases are defined. Only one is allowed") + type Pipe struct + func (Pipe) Publish(ctx *context.Context) error + func (Pipe) Skip(ctx *context.Context) (bool, error) + func (Pipe) String() string + func (p Pipe) Default(ctx *context.Context) error Other modules containing this package github.com/windmeup/goreleaser