1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

docs: update schema

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-02-12 14:22:26 -03:00
parent 02c22ce796
commit 55d7eabc79
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -1499,6 +1499,12 @@
"signature": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/NFPMDebSignature"
},
"lintian_overrides": {
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,