summaryrefslogtreecommitdiffstats
path: root/releaser
diff options
context:
space:
mode:
authorOmar Kohl <omarkohl@posteo.net>2023-01-03 20:09:03 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-01-03 20:25:44 +0100
commitdd6d0a6de16c871301d9daf5d749be3989d37526 (patch)
tree94c4ec8f72b75fa41a16ae43d43333fbbaa40e59 /releaser
parentf95fd57aaccb999b6fefe7b2ac9239a6c3325b0f (diff)
Remove reference to Goreleaser in code comment
Hugo no longer uses the Goreleaser tool.
Diffstat (limited to 'releaser')
-rw-r--r--releaser/releaser.go4
1 files changed, 2 insertions, 2 deletions
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 (