mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Remove reference to Goreleaser in code comment
Hugo no longer uses the Goreleaser tool.
This commit is contained in:
parent
f95fd57aac
commit
dd6d0a6de1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue