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

docs: update

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-08-16 02:05:10 -03:00
parent ed42de3f3e
commit bb4bbde2ac
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 19 additions and 49 deletions

View File

@ -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

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

@ -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": {