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 Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-01-14 15:27:28 -03:00
parent fe1bc52d6a
commit 325cea7277
No known key found for this signature in database
2 changed files with 26 additions and 3 deletions

View File

@ -26,7 +26,7 @@ goreleaser release [flags]
--release-notes string Load custom release notes from a markdown file (will skip GoReleaser changelog generation)
--release-notes-tmpl string Load custom release notes from a templated markdown file (overrides --release-notes)
--single-target Builds only for current GOOS and GOARCH, regardless of what's set in the configuration file (implies --skip-publish) (Pro only)
--skip strings Skip the given options (valid options are: after, announce, aur, before, docker, fury, homebrew, ko, nfpm, nix, publish, sbom, scoop, sign, snapcraft, validate, winget)
--skip strings Skip the given options (valid options are: after, announce, aur, before, chocolatey, docker, fury, homebrew, ko, nfpm, nix, publish, sbom, scoop, sign, snapcraft, validate, winget)
--snapshot Generate an unversioned snapshot release, skipping all validations and without publishing any artifacts (implies --skip=announce,publish,validate)
--split Split the build so it can be merged and published later (implies --prepare) (Pro only)
--timeout duration Timeout to the entire release process (default 30m0s)

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

@ -288,13 +288,13 @@
"region": {
"type": "string"
},
"disableSSL": {
"disable_ssl": {
"type": "boolean"
},
"folder": {
"type": "string"
},
"kmskey": {
"kms_key": {
"type": "string"
},
"ids": {
@ -322,6 +322,29 @@
}
]
},
"s3_force_path_style": {
"type": "boolean"
},
"acl": {
"type": "string"
},
"cache_control": {
"items": {
"type": "string"
},
"type": "array"
},
"content_disposition": {
"type": "string"
},
"disableSSL": {
"type": "boolean",
"description": "use disable_ssl instead"
},
"kmskey": {
"type": "string",
"description": "use kms_key instead"
},
"templated_extra_files": {
"items": {
"$ref": "#/$defs/TemplatedExtraFile"