From dd6d0a6de16c871301d9daf5d749be3989d37526 Mon Sep 17 00:00:00 2001 From: Omar Kohl Date: Tue, 3 Jan 2023 20:09:03 +0100 Subject: Remove reference to Goreleaser in code comment Hugo no longer uses the Goreleaser tool. --- releaser/releaser.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'releaser/releaser.go') 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 ( -- cgit v1.2.3