mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: mark flags as pro only
closes #4077 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
4bda54d8ea
commit
f33968f187
@ -13,28 +13,28 @@ goreleaser release [flags]
|
||||
--clean Removes the dist folder
|
||||
-f, --config string Load configuration from file
|
||||
-h, --help help for release
|
||||
-k, --key string GoReleaser Pro license key [$GORELEASER_KEY]
|
||||
--nightly Generate a nightly build, publishing artifacts that support it (implies --skip-announce and --skip-validate)
|
||||
-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) (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)
|
||||
--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)
|
||||
--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)
|
||||
--skip-after Skips global after hooks
|
||||
--skip-after Skips global after hooks (Pro only)
|
||||
--skip-announce Skips announcing releases (implies --skip-validate)
|
||||
--skip-before Skips global before hooks
|
||||
--skip-docker Skips Docker Images/Manifests builds
|
||||
--skip-fury Skips Fury publishing
|
||||
--skip-fury Skips Fury publishing (Pro only)
|
||||
--skip-ko Skips Ko builds
|
||||
--skip-publish Skips publishing artifacts (implies --skip-announce)
|
||||
--skip-sbom Skips cataloging artifacts
|
||||
--skip-sign Skips signing artifacts
|
||||
--skip-validate Skips git checks
|
||||
--snapshot Generate an unversioned snapshot release, skipping all validations and without publishing any artifacts (implies --skip-publish, --skip-announce and --skip-validate, overrides --nightly)
|
||||
--split Split the build so it can be merged and published later (implies --prepare)
|
||||
--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)
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user