Documentation ¶
Overview ¶
Package releaser implements a set of utilities 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. Test this locally without doing an actual release: go run -tags release main.go release --skip-publish --try -r 0.90.0 Or a variation of the above -- the skip-publish flag makes sure that any changes are performed to the local Git only.
Click to show internal directories.
Click to hide internal directories.