1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

docs: update

This commit is contained in:
caarlos0 2021-11-23 13:19:44 +00:00 committed by GitHub Actions
parent 8955b2503a
commit 4a529c767d

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

@ -295,7 +295,7 @@
}, },
"BuildHookConfig": { "BuildHookConfig": {
"properties": { "properties": {
"Pre": { "pre": {
"items": { "items": {
"oneOf": [ "oneOf": [
{ {
@ -310,7 +310,7 @@
] ]
} }
}, },
"Post": { "post": {
"items": { "items": {
"oneOf": [ "oneOf": [
{ {
@ -1957,7 +1957,7 @@
}, },
"type": "object" "type": "object"
}, },
"Plugs": { "plugs": {
"patternProperties": { "patternProperties": {
".*": { ".*": {
"additionalProperties": true "additionalProperties": true