1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

docs: update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-07-25 13:04:06 +00:00
parent 4266634752
commit 43fbf18aaa
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 24 additions and 0 deletions

View File

@ -101,6 +101,15 @@ release:
Welcome to this new release!
# Load the header from a file or URL.
#
# It can start with `http://` or `https://` to indicate that a GET request
# should be made, or with `file://` to indicate a local file path.
#
# Since v1.20 (pro)
# Templates: allowed
header_from: https://foo.bar/header.md
# Footer for the release body.
#
# Templates: allowed
@ -109,6 +118,15 @@ release:
Those were the changes on {{ .Tag }}!
# Load the footer from a file or URL.
#
# It can start with `http://` or `https://` to indicate that a GET request
# should be made, or with `file://` to indicate a local file path.
#
# Since v1.20 (pro)
# Templates: allowed
footer_from: file://./.github/footer.md
# You can change the name of the release.
#
# Default: '{{.Tag}}' ('{{.PrefixedTag}}' on Pro)

6
www/docs/static/schema-pro.json generated vendored
View File

@ -2757,6 +2757,12 @@
"$ref": "#/$defs/TemplatedExtraFile"
},
"type": "array"
},
"header_from": {
"type": "string"
},
"footer_from": {
"type": "string"
}
},
"additionalProperties": false,