Skip to content

Commit

Permalink
Merge pull request #26 from njhale/chore-versioned-brew-releases
Browse files Browse the repository at this point in the history
chore: generate versioned brew formulae
  • Loading branch information
njhale authored Feb 13, 2024
2 parents 9af903f + a145d5b commit 53e4d23
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 53e4d23

Please sign in to comment.