We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e4464 commit 1510fa6Copy full SHA for 1510fa6
.goreleaser.yaml
@@ -24,7 +24,7 @@ builds:
24
- darwin
25
26
archives:
27
- - format: tar.gz
+ - formats: [tar.gz]
28
name_template: >-
29
{{ .ProjectName }}_
30
{{- title .Os }}_
@@ -34,13 +34,13 @@ archives:
34
{{- if .Arm }}v{{ .Arm }}{{ end }}
35
format_overrides:
36
- goos: windows
37
- format: zip
+ formats: [zip]
38
39
checksum:
40
name_template: 'checksums.txt'
41
42
snapshot:
43
- name_template: "{{ incpatch .Version }}-next"
+ version_template: "{{ incpatch .Version }}-next"
44
45
changelog:
46
sort: asc
0 commit comments