File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Check the documentation at http://goreleaser.com
2
+ version : 2
2
3
before :
3
4
hooks :
4
5
# You may remove this if you don't use go modules.
@@ -30,24 +31,23 @@ builds:
30
31
# Default is `.`.
31
32
main : ./cmd/main.go
32
33
archives :
33
- - rlcp : true
34
- name_template : >-
34
+ - name_template : >-
35
35
{{ .ProjectName }}_
36
36
{{- title .Os }}_
37
37
{{- if eq .Arch "amd64" }}x86_64
38
38
{{- else if eq .Arch "386" }}i386
39
39
{{- else }}{{ .Arch }}{{ end }}
40
- format : tar.gz
40
+ formats: [ tar.gz ]
41
41
format_overrides:
42
42
- goos: windows
43
- format : zip
43
+ formats: [ zip ]
44
44
files:
45
45
- LICENSE
46
46
- README.md
47
47
checksum :
48
48
name_template : ' checksums.txt'
49
49
snapshot :
50
- name_template : " {{ .Tag }}-next"
50
+ version_template : " {{ .Tag }}-next"
51
51
changelog :
52
52
sort : desc
53
53
filters :
You can’t perform that action at this time.
0 commit comments