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

docs: update

This commit is contained in:
actions-user 2022-02-09 14:42:20 +00:00
parent 02a94ce23e
commit b658e7f9ca

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

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