You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-29 23:07:42 +02:00
chore: docs auto-update
This commit is contained in:
34
www/docs/static/schema.json
generated
vendored
34
www/docs/static/schema.json
generated
vendored
@@ -2303,12 +2303,36 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"base": {
|
||||
"type": "string"
|
||||
"$ref": "#/$defs/PullRequestBase"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"PullRequestBase": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/pull-request-base",
|
||||
"properties": {
|
||||
"owner": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"branch": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Reddit": {
|
||||
"properties": {
|
||||
"enabled": {
|
||||
@@ -3059,6 +3083,14 @@
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"parse_mode": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"MarkdownV2",
|
||||
"HTML"
|
||||
],
|
||||
"default": "MarkdownV2"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
||||
Reference in New Issue
Block a user