1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

chore: schema update

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-03-19 16:09:49 -03:00
parent 25a8e55b6d
commit 9a43e9ce33
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -746,9 +746,6 @@
},
"type": "array"
},
"use_buildx": {
"type": "boolean"
},
"use": {
"type": "string"
}
@ -1016,6 +1013,9 @@
},
"gobinary": {
"type": "string"
},
"mod": {
"type": "string"
}
},
"additionalProperties": false,
@ -1100,6 +1100,9 @@
},
"goarm": {
"type": "string"
},
"service": {
"type": "string"
}
},
"additionalProperties": false,