diff --git a/www/docs/cmd/goreleaser_release.md b/www/docs/cmd/goreleaser_release.md index 4b8ab00a2..8b9137f92 100644 --- a/www/docs/cmd/goreleaser_release.md +++ b/www/docs/cmd/goreleaser_release.md @@ -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) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 4356e2b73..8c9bf2907 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -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"