File tree Expand file tree Collapse file tree 2 files changed +12
-24
lines changed Expand file tree Collapse file tree 2 files changed +12
-24
lines changed Original file line number Diff line number Diff line change @@ -17,32 +17,26 @@ builds:
17
17
- -s -w -X main.version={{.Version}}
18
18
19
19
archives :
20
- - replacements :
21
- darwin : Darwin
22
- linux : Linux
23
- windows : Windows
24
- 386 : 32-bit
25
- amd64 : x86_64
26
- format_overrides :
27
- - goos : windows
28
- format : zip
20
+ - format_overrides :
21
+ - goos : windows
22
+ formats : ['zip']
29
23
30
24
checksum :
31
25
name_template : " checksums.txt"
32
26
snapshot :
33
- name_template : " {{ .Tag }}"
27
+ version_template : " {{ .Tag }}"
34
28
changelog :
35
29
sort : asc
36
30
filters :
37
31
exclude :
38
32
- " ^docs:"
39
33
- " ^test:"
40
34
41
- brews :
35
+ homebrew_casks :
42
36
- name : rc-nekot
43
37
ids :
44
38
- rc-nekot
45
- tap :
39
+ repository :
46
40
owner : BalanceBalls
47
41
name : homebrew-BalanceBalls
48
42
homepage : https://github.com/BalanceBalls/chatgpt-tui
Original file line number Diff line number Diff line change @@ -17,20 +17,14 @@ builds:
17
17
- -s -w -X main.version={{.Version}}
18
18
19
19
archives :
20
- - replacements :
21
- darwin : Darwin
22
- linux : Linux
23
- windows : Windows
24
- 386 : 32-bit
25
- amd64 : x86_64
26
- format_overrides :
27
- - goos : windows
28
- format : zip
20
+ - format_overrides :
21
+ - goos : windows
22
+ formats : ['zip']
29
23
30
24
checksum :
31
25
name_template : " checksums.txt"
32
26
snapshot :
33
- name_template : " {{ .Tag }}"
27
+ version_template : " {{ .Tag }}"
34
28
changelog :
35
29
sort : asc
36
30
filters :
@@ -42,11 +36,11 @@ release:
42
36
prerelease : auto
43
37
draft : false
44
38
45
- brews :
39
+ homebrew_casks :
46
40
- name : nekot
47
41
ids :
48
42
- nekot
49
- tap :
43
+ repository :
50
44
owner : BalanceBalls
51
45
name : homebrew-BalanceBalls
52
46
homepage : https://github.com/BalanceBalls/nekot
You can’t perform that action at this time.
0 commit comments