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

chore: schema update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-12-21 09:54:24 -03:00
parent 782dd54b1f
commit c4dafdf55e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -3982,7 +3982,14 @@
}
},
"additionalProperties": false,
"type": "object"
"type": "object",
"required": [
"package_identifier",
"publisher",
"repository",
"short_description",
"license"
]
},
"WingetDependency": {
"properties": {