1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-16 03:52:12 +02:00

docs: update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-11-03 13:36:31 -03:00
parent e185a4cb23
commit 2f2ae3007a
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,7 @@ New release coming in hot!
if: '{{eq .Arch "all"}}'
dmg:
- name: goreleaser
use: appbundle
```
- **new**: `nfpms` and `dmgs` get an `if` field, which allows to further filter
artifacts. (only on [pro][])

View File

@ -26,6 +26,16 @@ dmg:
- foo
- bar
# Which kind of artifact to use.
#
# Valid options are:
# - 'binary': binary
# - 'appbundle': app bundles
#
# Default: 'binary'
# Since: v2.4 (pro).
use: appbundle
# Allows to further filter the artifacts.
#
# Artifacts that do not match this expression will be ignored.