Remove reference to Goreleaser in code comment

Hugo no longer uses the Goreleaser tool.
This commit is contained in:
Omar Kohl 2023-01-03 20:09:03 +01:00 committed by Bjørn Erik Pedersen
parent f95fd57aac
commit dd6d0a6de1

View 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 (