mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
chore: docs auto-update
This commit is contained in:
parent
896366f3dc
commit
c5de7c54ee
15
www/docs/static/schema.json
generated
vendored
15
www/docs/static/schema.json
generated
vendored
@ -697,6 +697,9 @@
|
||||
},
|
||||
"file_info": {
|
||||
"$ref": "#/$defs/ContentFileInfo"
|
||||
},
|
||||
"expand": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -2117,6 +2120,13 @@
|
||||
},
|
||||
"Project": {
|
||||
"properties": {
|
||||
"version": {
|
||||
"type": "integer",
|
||||
"enum": [
|
||||
1
|
||||
],
|
||||
"default": 1
|
||||
},
|
||||
"project_name": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -2338,7 +2348,10 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"required": [
|
||||
"version"
|
||||
]
|
||||
},
|
||||
"ProjectMetadata": {
|
||||
"properties": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user