diff --git a/template.go b/template.go index 3d3141c..d663401 100644 --- a/template.go +++ b/template.go @@ -85,7 +85,7 @@ func RenderTemplate(filename *string, data RenderTemplateData, disableGeneratedB } footer := ` --- -*Automatically generated by [git-pr-release-go](https://github.com/odanado/git-pr-release-go)%s* +*Automatically generated by [git-pr-release-go](https://github.com/odanado/git-pr-release-go)%s.* ` text += fmt.Sprintf(footer, withinText) }