mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +02:00
chore: docs auto-update
This commit is contained in:
parent
f5696d01ee
commit
370575107e
28
www/docs/static/schema.json
generated
vendored
28
www/docs/static/schema.json
generated
vendored
@ -644,7 +644,16 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"enum": [
|
||||||
|
"symlink",
|
||||||
|
"ghost",
|
||||||
|
"config",
|
||||||
|
"config|noreplace",
|
||||||
|
"dir",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"default": ""
|
||||||
},
|
},
|
||||||
"packager": {
|
"packager": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -654,7 +663,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object"
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"dst"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"ContentFileInfo": {
|
"ContentFileInfo": {
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -957,6 +969,15 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
|
"Git": {
|
||||||
|
"properties": {
|
||||||
|
"tag_sort": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false,
|
||||||
|
"type": "object"
|
||||||
|
},
|
||||||
"GitHubURLs": {
|
"GitHubURLs": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"api": {
|
"api": {
|
||||||
@ -1954,6 +1975,9 @@
|
|||||||
},
|
},
|
||||||
"type": "array"
|
"type": "array"
|
||||||
},
|
},
|
||||||
|
"git": {
|
||||||
|
"$ref": "#/$defs/Git"
|
||||||
|
},
|
||||||
"universal_binaries": {
|
"universal_binaries": {
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/UniversalBinary"
|
"$ref": "#/$defs/UniversalBinary"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user