1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-21 21:07:19 +02:00

docs: update

This commit is contained in:
Carlos Alexandro Becker 2024-06-03 22:12:56 -03:00
parent a312cf3d0b
commit 4d9198cafe
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions
www/docs/customization

@ -66,7 +66,7 @@ docker_signs:
- HONK=honkhonk - HONK=honkhonk
# By default, the stdout and stderr of the signing cmd are discarded unless # By default, the stdout and stderr of the signing cmd are discarded unless
# GoReleaser is running with `--debug` set. # GoReleaser is running with `--verbose` set.
# You can set this to true if you want them to be displayed regardless. # You can set this to true if you want them to be displayed regardless.
# #
# Since: v1.2 # Since: v1.2

@ -103,7 +103,7 @@ signs:
- HONK=honkhonk - HONK=honkhonk
# By default, the stdout and stderr of the signing cmd are discarded unless # By default, the stdout and stderr of the signing cmd are discarded unless
# GoReleaser is running with `--debug` set. # GoReleaser is running with `--verbose` set.
# You can set this to true if you want them to be displayed regardless. # You can set this to true if you want them to be displayed regardless.
# #
# Since: v1.2 # Since: v1.2