Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReleaseFailed error = errors.New("Release Failed")
Functions ¶
Types ¶
type Opt ¶
type Opt struct { Mf *tmpl.Makefile // Data needed to gen a makefile Rel *ReleaseData // Data needed to make the release }
type ReleaseData ¶
type ReleaseData struct { Semver string // The version we are releasing as Path string // The path to either a binary, or a folder, that we are releasing. }
func (*ReleaseData) Validate ¶
func (rd *ReleaseData) Validate() error
Click to show internal directories.
Click to hide internal directories.