Skip to content

Commit

Permalink
updated goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Oct 9, 2024
1 parent c014c41 commit cf34813
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ builds:
- linux
- windows
- darwin
binary: pinata

archives:
- format: tar.gz
Expand All @@ -46,15 +47,15 @@ changelog:
- "^test:"

brews:
- name: pinata-go-cli
homepage: "https://github.com/PinataCloud/pinata-go-cli"
description: "Official Pinata CLI written in Go"
- name: files-cli
homepage: "https://github.com/PinataCloud/files-cli"
description: "Official Pinata Files CLI written in Go"
license: "MIT"
url_template: "https://github.com/PinataCloud/pinata-go-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/PinataCloud/files-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
repository:
owner: PinataCloud
name: homebrew-pinata-go-cli
name: homebrew-files-cli
branch: main
commit_author:
name: goreleaser-bot
Expand Down

0 comments on commit cf34813

Please sign in to comment.