From: Omar Kohl Date: Tue, 3 Jan 2023 19:09:03 +0000 (+0100) Subject: Remove reference to Goreleaser in code comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dd6d0a6de16c871301d9daf5d749be3989d37526;p=brevno-suite%2Fhugo Remove reference to Goreleaser in code comment Hugo no longer uses the Goreleaser tool. --- diff --git a/releaser/releaser.go b/releaser/releaser.go index 3d00e3a22..e50a3ba31 100644 --- a/releaser/releaser.go +++ b/releaser/releaser.go @@ -11,8 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -// 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 to help automate the +// Hugo release process. package releaser import (