Skip to content

Commit 19f4673

Browse files
feat: add repository details to go releaser for brew
1 parent d33dfdf commit 19f4673

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.goreleaser.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ archives:
3535
# format: zip
3636
brews:
3737
-
38-
name: gvs@{{ .Major }}.{{ .Minor }}.{{ .Patch }}
38+
name: gvs
3939
commit_author:
4040
name: Vasileios Pallas
4141
email: vspallas@gmail.com
4242
url_template: https://github.com/VassilisPallas/gvs/releases/download/{{ .Tag }}/{{ .ArtifactName }}
4343
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
4444
download_strategy: CurlDownloadStrategy
4545
folder: Formula
46-
caveats: "Type 'gvs' on your command line and choose the Go version that you want from the dropdown. This command currently only works on macOS and Linux"
46+
caveats: "Type 'gvs' on your command line and choose the Go version that you want from the dropdown. This command currently only works on macOS and Linux."
4747
homepage: "https://github.com/VassilisPallas/gvs"
4848
license: "MIT"
4949
description: "A command line tool to manage multiple active Go versions."
@@ -53,4 +53,8 @@ brews:
5353
test: |
5454
system "#{bin}/gvs --version"
5555
install: |
56-
bin.install "gvs"
56+
bin.install "gvs"
57+
repository:
58+
owner: VassilisPallas
59+
name: homebrew-tap
60+
branch: main

0 commit comments

Comments
 (0)