1
0
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:
Carlos A Becker 2021-06-21 02:39:29 +00:00
parent 097c456a3b
commit fd36b971da
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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