1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2023-07-14 01:44:21 +00:00
parent 9f6a810fbc
commit a013a9d269

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

@ -2415,6 +2415,16 @@
"prerelease": {
"type": "string"
},
"make_latest": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"name_template": {
"type": "string"
},