Skip to content

Commit 23d7f05

Browse files
authored
chore: update comments in .goreleaser.yml (#441)
Added a header comment explaining the purpose of the GoReleaser config file and removed outdated comments from the 'signs' section. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
1 parent 4bf137e commit 23d7f05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# This configuration file is used by GoReleaser for the release process.
23

34
# NOTE: Whilst binaries are built for multiple platforms, only the following platforms are supported by the
45
# VMware Desktop Hypervisors.
@@ -109,8 +110,6 @@ checksum:
109110
signs:
110111
- artifacts: checksum
111112
args:
112-
# if you are using this is in a GitHub action or some other automated pipeline, you
113-
# need to pass the batch flag to indicate its not interactive.
114113
- "--batch"
115114
- "--local-user"
116115
- "{{ .Env.GPG_FINGERPRINT }}"

0 commit comments

Comments
 (0)