Skip to content

Commit

Permalink
attempt to set up homebrew releases via goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
benweint committed May 29, 2024
1 parent 42dbdf7 commit 9254f93
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,20 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
- repository:
owner: benweint
name: gquil
url_template: "https://github.com/benweint/gquil/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
download_strategy: CurlDownloadStrategy
commit_author:
name: GoReleaser Bot
email: [email protected]
directory: HomebrewFormula
homepage: "https://github.com/benweint/gquil"
description: "Inspect, visualize, and transform GraphQL schemas on the command line."
license: "MIT"
skip_upload: false
test: |
system "#{bin}/gquil --version"

0 comments on commit 9254f93

Please sign in to comment.