From b2b33d3f8eddf8e5e544c2dd2f2d0e6cf6793b92 Mon Sep 17 00:00:00 2001 From: dearchap Date: Wed, 5 Oct 2022 08:35:11 -0400 Subject: [PATCH] Update template.go Co-authored-by: Anatoli Babenia --- template.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template.go b/template.go index dfdd434cce..f48e5099f3 100644 --- a/template.go +++ b/template.go @@ -39,7 +39,8 @@ VERSION: {{.Version}}{{end}}{{end}}{{if .Description}} DESCRIPTION: - {{template "descriptionTemplate" .}}{{end}}{{if len .Authors}} + {{template "descriptionTemplate" .}}{{end}} +{{- if len .Authors}} AUTHOR{{template "authorsTemplate" .}}{{end}}{{if .VisibleCommands}}