1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00

docs: header and footer template

refs #2326

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-07-03 16:58:24 +00:00
parent bffa7e5e2f
commit 7d3e269683
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -45,19 +45,19 @@ release:
# Default is false.
prerelease: auto
# Header for the release body.
# Header template for the release body.
# Defaults to empty.
header: |
## Some title
## Some title ({{ .Date }})
Welcome to this new release!
# Footer for the release body.
# Footer template for the release body.
# Defaults to empty.
footer: |
## Thanks!
Something to add to the end.
Those were the changes on {{ .Tag }}!
# You can change the name of the release.
# Default is `{{.Tag}}` on OSS and `{{.PrefixedTag}}` on Pro.