From 57d3bdd965fef9c83f8109fa0935929578d78dbe Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Fri, 7 Apr 2023 15:08:48 +0000 Subject: [PATCH] docs: update Signed-off-by: Carlos A Becker --- www/docs/cmd/goreleaser_completion_zsh.md | 2 +- www/docs/static/schema-pro.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/www/docs/cmd/goreleaser_completion_zsh.md b/www/docs/cmd/goreleaser_completion_zsh.md index 09db588c4..65549de6d 100644 --- a/www/docs/cmd/goreleaser_completion_zsh.md +++ b/www/docs/cmd/goreleaser_completion_zsh.md @@ -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: diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 3186e34ae..5c8d58af1 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -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,