Documentation ¶
Overview ¶
Package releaser implements a set of utilities and a wrapper around Goreleaser to help automate the Hugo release process.
Package releaser implements a set of utilities and a wrapper around Goreleaser to help automate the Hugo release process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseHandler ¶
type ReleaseHandler struct {
// contains filtered or unexported fields
}
ReleaseHandler provides functionality to release a new version of Hugo.
func New ¶
func New(version string, skipPublish, try bool) *ReleaseHandler
New initialises a ReleaseHandler.
Click to show internal directories.
Click to hide internal directories.