1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2023-05-26 02:09:10 +00:00
parent 99afc8d62e
commit 98ca0679a1

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

@ -1967,6 +1967,64 @@
"additionalProperties": false,
"type": "object"
},
"Nix": {
"properties": {
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"repository": {
"$ref": "#/$defs/RepoRef"
},
"commit_author": {
"$ref": "#/$defs/CommitAuthor"
},
"commit_msg_template": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"goamd64": {
"type": "string"
},
"skip_upload": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"url_template": {
"type": "string"
},
"install": {
"type": "string"
},
"post_install": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"license": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"OpenCollective": {
"properties": {
"enabled": {
@ -2011,6 +2069,12 @@
},
"type": "array"
},
"nix": {
"items": {
"$ref": "#/$defs/Nix"
},
"type": "array"
},
"aurs": {
"items": {
"$ref": "#/$defs/AUR"