1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: update schema

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-08-17 23:04:40 -03:00
parent 5c5844c397
commit e51eab751d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -998,6 +998,9 @@
},
"type": {
"type": "string"
},
"version": {
"type": "string"
}
},
"additionalProperties": false,
@ -1346,6 +1349,9 @@
"bindir": {
"type": "string"
},
"changelog": {
"type": "string"
},
"meta": {
"type": "boolean"
}
@ -1912,6 +1918,9 @@
"draft": {
"type": "boolean"
},
"replace_existing_draft": {
"type": "boolean"
},
"disable": {
"type": "boolean"
},