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:
parent
e185a4cb23
commit
2f2ae3007a
@ -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][])
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user