Skip to content

Commit

Permalink
docs: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Oct 12, 2022
1 parent 4c71455 commit 2f875c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down
8 changes: 8 additions & 0 deletions www/docs/install.md
Expand Up @@ -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"
Expand Down

0 comments on commit 2f875c7

Please sign in to comment.