mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: improve wording
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
parent
097c456a3b
commit
fd36b971da
@ -38,12 +38,14 @@ furies:
|
||||
|
||||
# IDs to filter by.
|
||||
# Defaults to empty, which means all packages created by all nfpm configurations get uploaded.
|
||||
ids: [ 'nfpm1' ]
|
||||
ids:
|
||||
- packages
|
||||
|
||||
# Formats to upload.
|
||||
# Available options are `deb` and `rpm`.
|
||||
# Defaults to `deb` and `rpm`.
|
||||
formats: [ 'deb' ]
|
||||
formats:
|
||||
- deb
|
||||
```
|
||||
|
||||
!!! info
|
||||
|
Loading…
x
Reference in New Issue
Block a user