mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: update
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
72329ab722
commit
cc80b0edbf
@ -9,7 +9,9 @@ Its goal is to simplify the build, release and publish steps while providing var
|
||||
|
||||
GoReleaser is built for CI tools, you only need to download and execute it in your build script. Of course, you can also install it locally if you wish.
|
||||
|
||||
You can also customize your entire release process through a single .goreleaser.yaml file.
|
||||
You can customize your entire release process through a single .goreleaser.yaml file.
|
||||
|
||||
Check out our website for more information, examples and documentation: https://goreleaser.com
|
||||
|
||||
|
||||
## Options
|
||||
|
@ -27,6 +27,8 @@ goreleaser build [flags]
|
||||
-p, --parallelism int Amount tasks to run concurrently (default: number of CPUs)
|
||||
--rm-dist Remove the dist folder before building
|
||||
--single-target Builds only for current GOOS and GOARCH
|
||||
--skip-after Skips global after hooks
|
||||
--skip-before Skips global before hooks
|
||||
--skip-post-hooks Skips all post-build hooks
|
||||
--skip-validate Skips several sanity checks
|
||||
--snapshot Generate an unversioned snapshot build, skipping all validations
|
||||
|
@ -22,8 +22,11 @@ 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)
|
||||
--rm-dist Removes the dist folder
|
||||
--skip-after Skips global after hooks
|
||||
--skip-announce Skips announcing releases (implies --skip-validate)
|
||||
--skip-publish Skips publishing artifacts
|
||||
--skip-before Skips global before hooks
|
||||
--skip-docker Skips Docker Images/Manifests builds
|
||||
--skip-publish Skips publishing artifacts (implies --skip-announce)
|
||||
--skip-sbom Skips cataloging artifacts
|
||||
--skip-sign Skips signing artifacts
|
||||
--skip-validate Skips git checks
|
||||
|
Loading…
x
Reference in New Issue
Block a user