mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
docs: update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
a8916c080e
commit
d38e7939d8
@ -63,6 +63,14 @@ binary_signs:
|
||||
- foo
|
||||
- bar
|
||||
|
||||
# Allows to further filter the artifacts.
|
||||
#
|
||||
# Artifacts that do not match this expression will be ignored.
|
||||
#
|
||||
# Pro only.
|
||||
# Templates: allowed.
|
||||
if: '{{ eq .Os "linux" }}'
|
||||
|
||||
# Stdin data to be given to the signature command as stdin.
|
||||
#
|
||||
# Templates: allowed.
|
||||
|
@ -57,7 +57,7 @@ docker_signs:
|
||||
#
|
||||
# Since: v2.2 (pro).
|
||||
# Templates: allowed.
|
||||
if: '{{ if eq .Os "linux" }}'
|
||||
if: '{{ eq .Os "linux" }}'
|
||||
|
||||
# Stdin data to be given to the signature command as stdin.
|
||||
#
|
||||
|
@ -83,7 +83,7 @@ signs:
|
||||
#
|
||||
# Since: v2.2 (pro).
|
||||
# Templates: allowed.
|
||||
if: '{{ if eq .Os "linux" }}'
|
||||
if: '{{ eq .Os "linux" }}'
|
||||
|
||||
# Stdin data to be given to the signature command as stdin.
|
||||
#
|
||||
|
6
www/docs/static/schema-pro.json
generated
vendored
6
www/docs/static/schema-pro.json
generated
vendored
@ -3041,6 +3041,12 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"binary_signs": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/Sign"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"env_files": {
|
||||
"$ref": "#/$defs/EnvFiles"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user