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:
parent
bffa7e5e2f
commit
7d3e269683
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user