You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-17 01:42:37 +02:00
docs: update
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
28
www/docs/static/schema-pro.json
generated
vendored
28
www/docs/static/schema-pro.json
generated
vendored
@ -2259,6 +2259,12 @@
|
||||
"git": {
|
||||
"$ref": "#/$defs/Git"
|
||||
},
|
||||
"template_files": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/TemplateFile"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"universal_binaries": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/UniversalBinary"
|
||||
@ -3072,6 +3078,28 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"TemplateFile": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"src": {
|
||||
"type": "string"
|
||||
},
|
||||
"dst": {
|
||||
"type": "string"
|
||||
},
|
||||
"mode": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"required": [
|
||||
"src",
|
||||
"dst"
|
||||
]
|
||||
},
|
||||
"Twitter": {
|
||||
"properties": {
|
||||
"enabled": {
|
||||
|
Reference in New Issue
Block a user