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:
parent
ad359a4712
commit
9c750737b9
33
www/docs/static/schema.json
generated
vendored
33
www/docs/static/schema.json
generated
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user