File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ builds:
2626 binary : pinata
2727
2828archives :
29- - format : tar.gz
29+ - formats : [" tar.gz"]
3030 # this name template makes the OS and Arch compatible with the results of `uname`.
3131 name_template : >-
3232 {{ .ProjectName }}_
@@ -38,7 +38,7 @@ archives:
3838 # use zip for windows archives
3939 format_overrides :
4040 - goos : windows
41- format : zip
41+ formats : [" zip"]
4242
4343changelog :
4444 sort : asc
@@ -49,14 +49,14 @@ changelog:
4949
5050brews :
5151 - name : files-cli
52- homepage : " https://github.com/PinataCloud/files -cli"
53- description : " Official Pinata Files CLI written in Go"
52+ homepage : " https://github.com/PinataCloud/ipfs -cli"
53+ description : " Official Pinata IPFS CLI written in Go"
5454 license : " MIT"
55- url_template : " https://github.com/PinataCloud/files -cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
55+ url_template : " https://github.com/PinataCloud/ipfs -cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
5656 commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
5757 repository :
5858 owner : PinataCloud
59- name : homebrew-files -cli
59+ name : homebrew-ipfs -cli
6060 branch : main
6161 commit_author :
6262 name : goreleaser-bot
You can’t perform that action at this time.
0 commit comments