We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c9c9d commit a145d5bCopy full SHA for a145d5b
.goreleaser.yml
@@ -55,7 +55,8 @@ release:
55
prerelease: auto
56
57
brews:
58
- - description: "GPTScript CLI"
+ - name: gptscript@{{ .Major }}.{{ .Minor }}.{{ .Patch }}
59
+ description: "GPTScript CLI"
60
install: |
61
bin.install "gptscript"
62
homepage: "https://github.com/gptscript-ai/gptscript"
0 commit comments