Skip to content

Commit aa23fe8

Browse files
author
kencx
committed
chore(ci): Fix deprecated goreleaser config keys
1 parent 1adfb1b commit aa23fe8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ builds:
2020
- "-s -w -X main.version={{ .Tag }}"
2121
archives:
2222
- name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}"
23-
format: tar.gz
23+
formats: tar.gz
2424
format_overrides:
2525
- goos: windows
26-
format: zip
26+
formats: zip
2727
checksum:
2828
name_template: 'checksums.txt'
2929
changelog:
30-
skip: true
30+
disable: true

0 commit comments

Comments
 (0)