Skip to content

Commit

Permalink
add period
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Mar 26, 2024
1 parent 9bd9136 commit 5b34ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 5b34ff7

Please sign in to comment.