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:
parent
99afc8d62e
commit
98ca0679a1
64
www/docs/static/schema.json
generated
vendored
64
www/docs/static/schema.json
generated
vendored
@ -1967,6 +1967,64 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"type": "object"
|
"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": {
|
"OpenCollective": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"enabled": {
|
"enabled": {
|
||||||
@ -2011,6 +2069,12 @@
|
|||||||
},
|
},
|
||||||
"type": "array"
|
"type": "array"
|
||||||
},
|
},
|
||||||
|
"nix": {
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/$defs/Nix"
|
||||||
|
},
|
||||||
|
"type": "array"
|
||||||
|
},
|
||||||
"aurs": {
|
"aurs": {
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/$defs/AUR"
|
"$ref": "#/$defs/AUR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user