From b7b48834201a6c6c4c42467cf405e9ca6611a55c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 9 May 2024 23:17:11 -0300 Subject: [PATCH] docs: update --- www/docs/cmd/goreleaser_release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/docs/cmd/goreleaser_release.md b/www/docs/cmd/goreleaser_release.md index 72b55b369..388afbdd8 100644 --- a/www/docs/cmd/goreleaser_release.md +++ b/www/docs/cmd/goreleaser_release.md @@ -15,18 +15,18 @@ goreleaser release [flags] --draft Whether to set the release to draft. Overrides release.draft in the configuration file --fail-fast Whether to abort the release publishing on the first error -h, --help help for release - --id stringArray Builds only the specified build ids (implies --skip-publish) (Pro only) + --id stringArray Builds only the specified build ids (implies --skip=publish) (Pro only) -k, --key string GoReleaser Pro license key [$GORELEASER_KEY] (Pro only) - --nightly Generate a nightly build, publishing artifacts that support it (implies --skip-announce and --skip-validate; overrides --nightly) (Pro only) + --nightly Generate a nightly build, publishing artifacts that support it (implies --skip=announce,validate; overrides --nightly) (Pro only) -p, --parallelism int Amount tasks to run concurrently (default: number of CPUs) - --prepare Will run the release in such way that it can be published and announced later with goreleaser publish and goreleaser announce (implies --skip-publish, --skip-announce and --skip-after) (Pro only) + --prepare Will run the release in such way that it can be published and announced later with goreleaser publish and goreleaser announce (implies --skip=publish,announce,after) (Pro only) --release-footer string Load custom release notes footer from a markdown file --release-footer-tmpl string Load custom release notes footer from a templated markdown file (overrides --release-footer) --release-header string Load custom release notes header from a markdown file --release-header-tmpl string Load custom release notes header from a templated markdown file (overrides --release-header) --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) + --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, chocolatey, dmg, docker, dockerhub, fury, homebrew, ko, msi, nfpm, nix, notarize, 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)