1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: better /pro page

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-09-22 22:29:58 -03:00
parent f7c865c4d9
commit b904188fc8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 10 additions and 7 deletions

View File

@ -2,13 +2,13 @@
GoReleaser Pro is now available with some unique features such as:
- Import pre-built binaries with the [`prebuilt` builder](/customization/build/#import-pre-built-binaries)
- Rootless build [Docker images](/customization/docker/#podman) and [manifests](/customization/docker_manifest/#podman) with [Podman](https://podman.io);
- [Easy apt and yum repositories with fury.io](/customization/fury/);
- Ability to [include](/customization/includes/) config files (useful for common configurations);
- Improved global hooks and [global after hooks](/customization/hooks/);
- [Monorepo support](/customization/monorepo/);
- [Custom template variables](/customization/templates/#custom-variables) (goes well with [includes](/customization/includes/)).
- [x] Import pre-built binaries with the [`prebuilt` builder](/customization/build/#import-pre-built-binaries);
- [x] Rootless build [Docker images](/customization/docker/#podman) and [manifests](/customization/docker_manifest/#podman) with [Podman](https://podman.io);
- [x] Easily create `apt` and `yum` repositories with the [fury.io integration](/customization/fury/);
- [x] Reuse configuration files with the [include keyword](/customization/includes/);
- [x] Run commands after the release with [global after hooks](/customization/hooks/);
- [x] Use GoReleaser within your [monorepo](/customization/monorepo/);
- [x] Create [ustom template variables](/customization/templates/#custom-variables) (goes well with [includes](/customization/includes/)).
<script src="https://gumroad.com/js/gumroad.js"></script>
<a class="gumroad-button" href="https://gumroad.com/l/CadfZ" target="_blank">Get GoReleaser Pro</a>

View File

@ -88,6 +88,7 @@ nav:
- customization/milestone.md
- customization/monorepo.md
- customization/nfpm.md
- customization/nightly.md
- customization/project.md
- customization/publishers.md
- customization/release.md
@ -131,3 +132,5 @@ markdown_extensions:
permalink: true
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true