File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,9 @@ archives:
39
39
- id : nix
40
40
builds : [macOS, linux]
41
41
<< : &archive_defaults
42
- name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
42
+ name_template : >-
43
+ {{ .ProjectName }}_{{ .Version }}_{{- if eq .Os "darwin" }}macOS{{- else }}{{ .Os }}{{- end }}_{{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{- end }}{{- if .Arm }}v{{ .Arm }}{{ end -}}
43
44
wrap_in_directory : true
44
- replacements :
45
- darwin : macOS
46
- 386 : i386
47
- amd64 : x86_64
48
45
format : tar.gz
49
46
files :
50
47
- LICENSE
70
67
ids :
71
68
- nix
72
69
73
- tap :
70
+ repository :
74
71
owner : ankitpokhrel
75
72
name : homebrew-jira-cli
76
73
94
91
95
92
commit_author :
96
93
name : ankitpokhrel
97
- email : hello @ankit.pl
94
+ email : oss @ankit.pl
98
95
99
96
commit_msg_template : " Formula update for version {{ .Tag }}"
100
97
You can’t perform that action at this time.
0 commit comments