1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2022-12-03 00:51:42 +00:00
parent f5696d01ee
commit 370575107e

28
www/docs/static/schema.json generated vendored
View File

@ -644,7 +644,16 @@
"type": "string"
},
"type": {
"type": "string"
"type": "string",
"enum": [
"symlink",
"ghost",
"config",
"config|noreplace",
"dir",
""
],
"default": ""
},
"packager": {
"type": "string"
@ -654,7 +663,10 @@
}
},
"additionalProperties": false,
"type": "object"
"type": "object",
"required": [
"dst"
]
},
"ContentFileInfo": {
"properties": {
@ -957,6 +969,15 @@
"additionalProperties": false,
"type": "object"
},
"Git": {
"properties": {
"tag_sort": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"GitHubURLs": {
"properties": {
"api": {
@ -1954,6 +1975,9 @@
},
"type": "array"
},
"git": {
"$ref": "#/$defs/Git"
},
"universal_binaries": {
"items": {
"$ref": "#/$defs/UniversalBinary"