Skip to content

Commit

Permalink
chore: generate versioned brew formulae
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Hale <[email protected]>
  • Loading branch information
njhale committed Feb 13, 2024
1 parent 41c9c9d commit a145d5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ release:
prerelease: auto

brews:
- description: "GPTScript CLI"
- name: gptscript@{{ .Major }}.{{ .Minor }}.{{ .Patch }}
description: "GPTScript CLI"
install: |
bin.install "gptscript"
homepage: "https://github.com/gptscript-ai/gptscript"
Expand Down

0 comments on commit a145d5b

Please sign in to comment.