From 2f875c7d8e3ae553315a894387a4c6e87377cedb Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Wed, 12 Oct 2022 01:12:38 -0300 Subject: [PATCH] docs: improvements --- www/docs/customization/partial.md | 6 +++--- www/docs/install.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/www/docs/customization/partial.md b/www/docs/customization/partial.md index 16e58d1c547..c68a225a7cd 100644 --- a/www/docs/customization/partial.md +++ b/www/docs/customization/partial.md @@ -1,13 +1,13 @@ # Splitting and Merging builds +GoReleaser can also split and merge builds. + > Since: v1.12.0-pro. !!! success "GoReleaser Pro" This subcommand is a [GoReleaser Pro feature](https://goreleaser.com/pro/). - -You can now split and merge builds. -This can help in several areas: +This feature can help in some areas: 1. CGO, as you can build each platform in their target OS and merge later; 1. Native packaging and signing for Windows and macOS (more features for this diff --git a/www/docs/install.md b/www/docs/install.md index c0bf1f9bcb8..3e9ae6c51c3 100644 --- a/www/docs/install.md +++ b/www/docs/install.md @@ -164,6 +164,14 @@ Use it for testing out new features only. === "Pro" Download the pre-compiled binaries from the [nightly release][nighly-pro-releases] and copy them to the desired location. +### bash script + +=== "Pro" + ```bash + curl -sfL https://goreleaser.com/static/run | + VERSION=nightly DISTRIBUTION=pro bash -s -- release --rm-dist + ``` + #### docker === "Pro"