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:
parent
5bf42b726f
commit
b01f6ec14a
18
www/docs/static/schema.json
generated
vendored
18
www/docs/static/schema.json
generated
vendored
@ -1066,6 +1066,21 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"GitRepoRef": {
|
||||
"properties": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"ssh_command": {
|
||||
"type": "string"
|
||||
},
|
||||
"private_key": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"GiteaURLs": {
|
||||
"properties": {
|
||||
"api": {
|
||||
@ -2349,6 +2364,9 @@
|
||||
"branch": {
|
||||
"type": "string"
|
||||
},
|
||||
"git": {
|
||||
"$ref": "#/$defs/GitRepoRef"
|
||||
},
|
||||
"pull_request": {
|
||||
"$ref": "#/$defs/PullRequest"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user