]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Remove reference to Goreleaser in code comment
authorOmar Kohl <omarkohl@posteo.net>
Tue, 3 Jan 2023 19:09:03 +0000 (20:09 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 3 Jan 2023 19:25:44 +0000 (20:25 +0100)
Hugo no longer uses the Goreleaser tool.

releaser/releaser.go

index 3d00e3a22881ea30e6f9e054a4bf2da75ffca3a6..e50a3ba31e223ac6979fd21879618b4637d32f15 100644 (file)
@@ -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 (