1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

docs: update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-12-20 15:40:29 -03:00
parent 3bae110184
commit c1b71396c6
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -101,6 +101,9 @@
},
"goamd64": {
"type": "string"
},
"directory": {
"type": "string"
}
},
"additionalProperties": false,
@ -1394,6 +1397,13 @@
},
"version": {
"type": "string"
},
"os": {
"type": "string",
"enum": [
"mac",
"linux"
]
}
},
"additionalProperties": false,