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

chore: docs auto-update

This commit is contained in:
actions-user 2022-11-02 18:31:45 +00:00
parent ad359a4712
commit 9c750737b9

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

@ -1233,6 +1233,9 @@
"apk": {
"$ref": "#/$defs/NFPMAPK"
},
"archlinux": {
"$ref": "#/$defs/NFPMArchLinux"
},
"overrides": {
"patternProperties": {
".*": {
@ -1326,6 +1329,33 @@
"additionalProperties": false,
"type": "object"
},
"NFPMArchLinux": {
"properties": {
"pkgbase": {
"type": "string"
},
"packager": {
"type": "string"
},
"scripts": {
"$ref": "#/$defs/NFPMArchLinuxScripts"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMArchLinuxScripts": {
"properties": {
"preupgrade": {
"type": "string"
},
"postupgrade": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"NFPMDeb": {
"properties": {
"scripts": {
@ -1497,6 +1527,9 @@
},
"apk": {
"$ref": "#/$defs/NFPMAPK"
},
"archlinux": {
"$ref": "#/$defs/NFPMArchLinux"
}
},
"additionalProperties": false,