package releaser

import "github.com/gohugoio/hugo/releaser"

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

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.

func (*ReleaseHandler) Run

func (r *ReleaseHandler) Run() error

Run creates a new release.

Source Files

git.go github.go releasenotes_writer.go releaser.go

Version
v0.56.0
Published
Jul 25, 2019
Platform
linux/amd64
Imports
18 packages
Last checked
3 hours ago

Tools for package owners.