Skip to content

Commit a145d5b

Browse files
committed
chore: generate versioned brew formulae
Signed-off-by: Nick Hale <[email protected]>
1 parent 41c9c9d commit a145d5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ release:
5555
prerelease: auto
5656

5757
brews:
58-
- description: "GPTScript CLI"
58+
- name: gptscript@{{ .Major }}.{{ .Minor }}.{{ .Patch }}
59+
description: "GPTScript CLI"
5960
install: |
6061
bin.install "gptscript"
6162
homepage: "https://github.com/gptscript-ai/gptscript"

0 commit comments

Comments
 (0)