From cf34813ee4f7229b1a717986852de091fd84deed Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 9 Oct 2024 10:25:43 -0400 Subject: [PATCH] updated goreleaser --- .goreleaser.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3c55a8f..8fa47a3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -22,6 +22,7 @@ builds: - linux - windows - darwin + binary: pinata archives: - format: tar.gz @@ -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