Skip to content

Commit 05c9467

Browse files
author
Alexey Vekshin
committed
update goreleaser config to fix deprecation warnings
1 parent cf1d051 commit 05c9467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
- arm64
2727
binary: '{{ .ProjectName }}_v{{ .Version }}'
2828
archives:
29-
- format: zip
29+
- formats: ['zip']
3030
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3131
checksum:
3232
extra_files:
@@ -53,4 +53,4 @@ release:
5353
# If you want to manually examine the release before its live, uncomment this line:
5454
# draft: true
5555
changelog:
56-
skip: true
56+
disable: true

0 commit comments

Comments
 (0)