1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-01 13:07:49 +02:00

docs: update

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-04-07 15:08:48 +00:00
parent 30f543c853
commit 57d3bdd965
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 16 additions and 1 deletions

View File

@ -13,7 +13,7 @@ to enable it. You can execute the following once:
To load completions in your current shell session:
source <(goreleaser completion zsh); compdef _goreleaser goreleaser
source <(goreleaser completion zsh)
To load completions for every new session, execute once:

15
www/docs/static/schema-pro.json generated vendored
View File

@ -2422,6 +2422,18 @@
"additionalProperties": false,
"type": "object"
},
"PullRequest": {
"properties": {
"enabled": {
"type": "boolean"
},
"base": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Reddit": {
"properties": {
"enabled": {
@ -2558,6 +2570,9 @@
},
"branch": {
"type": "string"
},
"pull_request": {
"$ref": "#/$defs/PullRequest"
}
},
"additionalProperties": false,