Skip to content

Commit 482b105

Browse files
committed
goreleaser: replace deprecated sections
1 parent 2dd309e commit 482b105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ builds:
1111
goarch:
1212
- amd64
1313
archives:
14-
- format: tar.gz
14+
- formats: [tar.gz]
1515
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
1616
checksum:
1717
name_template: 'checksums.txt'
1818
snapshot:
19-
name_template: "{{ .Tag }}-next"
19+
version_template: "{{ .Tag }}-next"
2020
changelog:
2121
sort: asc
2222
filters:

0 commit comments

Comments
 (0)