Browse Source

Remove reference to Goreleaser in code comment

Hugo no longer uses the Goreleaser tool.
pull/10622/head
Omar Kohl 3 years ago
committed by Bjørn Erik Pedersen
parent
commit
dd6d0a6de1
  1. 4
      releaser/releaser.go

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

Loading…
Cancel
Save