From bb4bbde2ac3d9356f7de11816bf092915d9b4193 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Tue, 16 Aug 2022 02:05:10 -0300 Subject: [PATCH] docs: update Signed-off-by: Carlos A Becker --- www/docs/customization/archive.md | 2 + www/docs/static/schema-pro.json | 66 ++++++++----------------------- 2 files changed, 19 insertions(+), 49 deletions(-) diff --git a/www/docs/customization/archive.md b/www/docs/customization/archive.md index 239eff61285..b9ec26990c2 100644 --- a/www/docs/customization/archive.md +++ b/www/docs/customization/archive.md @@ -57,7 +57,9 @@ archives: wrap_in_directory: true # If set to true, will strip the parent directories away from binary files. + # # This might be useful if you have your binary be built with a subdir for some reason, but do no want that subdir inside the archive. + # # Default is false. strip_parent_binary_folder: true diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 69622fe1b77..44171d34848 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -182,6 +182,9 @@ } ] }, + "strip_parent_binary_folder": { + "type": "boolean" + }, "files": { "items": { "$ref": "#/$defs/File" @@ -850,6 +853,9 @@ }, "use_package_registry": { "type": "boolean" + }, + "use_job_token": { + "type": "boolean" } }, "additionalProperties": false, @@ -870,48 +876,6 @@ "additionalProperties": false, "type": "object" }, - "GoFish": { - "properties": { - "name": { - "type": "string" - }, - "rig": { - "$ref": "#/$defs/RepoRef" - }, - "commit_author": { - "$ref": "#/$defs/CommitAuthor" - }, - "commit_msg_template": { - "type": "string" - }, - "description": { - "type": "string" - }, - "homepage": { - "type": "string" - }, - "license": { - "type": "string" - }, - "skip_upload": { - "type": "string" - }, - "url_template": { - "type": "string" - }, - "ids": { - "items": { - "type": "string" - }, - "type": "array" - }, - "goarm": { - "type": "string" - } - }, - "additionalProperties": false, - "type": "object" - }, "GoMod": { "properties": { "proxy": { @@ -1705,12 +1669,6 @@ }, "type": "array" }, - "rigs": { - "items": { - "$ref": "#/$defs/GoFish" - }, - "type": "array" - }, "aurs": { "items": { "$ref": "#/$defs/AUR" @@ -2651,6 +2609,12 @@ "checksum_header": { "type": "string" }, + "client_x509_cert": { + "type": "string" + }, + "client_x509_key": { + "type": "string" + }, "trusted_certificates": { "type": "string" }, @@ -2673,7 +2637,11 @@ } }, "additionalProperties": false, - "type": "object" + "type": "object", + "required": [ + "client_x509_cert", + "client_x509_key" + ] }, "Webhook": { "properties": {