File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,24 +43,24 @@ archives:
43
43
- id : linux-archive
44
44
ids : [linux]
45
45
name_template : ' {{ .ProjectName }}_{{ .Version }}_linux_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
46
- wrap_in_directory : true
47
46
formats : [tar.gz]
48
47
files :
49
48
- completions/*
49
+ - man/*/*
50
50
- id : macos-archive
51
51
ids : [macos]
52
52
name_template : ' {{ .ProjectName }}_{{ .Version }}_macos_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
53
- wrap_in_directory : true
54
53
formats : [zip]
55
54
files :
56
55
- completions/*
56
+ - man/*/*
57
57
- id : windows-archive
58
58
ids : [windows]
59
59
name_template : ' {{ .ProjectName }}_{{ .Version }}_windows_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
60
- wrap_in_directory : false
61
60
formats : [zip]
62
61
files :
63
62
- completions/*
63
+ - man/*/*
64
64
65
65
snapshot :
66
66
version_template : ' {{ .Tag }}-next'
You can’t perform that action at this time.
0 commit comments