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

chore: update schema

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-06-16 16:43:36 +00:00
parent 4d115cbf81
commit 3e66f8418e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -1057,6 +1057,12 @@
},
"Filters": {
"properties": {
"include": {
"items": {
"type": "string"
},
"type": "array"
},
"exclude": {
"items": {
"type": "string"