File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ version : 2
12project_name : jira
23
34release :
@@ -37,20 +38,20 @@ builds:
3738
3839archives :
3940 - id : nix
40- builds : [macOS, linux]
41+ ids : [macOS, linux]
4142 << : &archive_defaults
4243 name_template : >-
4344 {{ .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 -}}
4445 wrap_in_directory : true
45- format : tar.gz
46+ formats : [ tar.gz]
4647 files :
4748 - LICENSE
4849
4950 - id : windows
50- builds : [windows]
51+ ids : [windows]
5152 << : *archive_defaults
5253 wrap_in_directory : false
53- format : zip
54+ formats : [ zip]
5455 files :
5556 - LICENSE
5657
@@ -97,14 +98,14 @@ brews:
9798 commit_msg_template : " Formula update for version {{ .Tag }}"
9899
99100 # Folder inside the repository to put the formula to.
100- folder : Formula
101+ directory : Formula
101102
102103 # This will prevent goreleaser to actually try to commit the updated
103104 # formula - leaving the responsibility of publishing it to the user.
104105 skip_upload : true
105106
106107changelog :
107- skip : true
108+ disable : true
108109 use : github
109110 sort : desc
110111 filters :
You can’t perform that action at this time.
0 commit comments