Skip to content

Commit

Permalink
fix: goreleaser updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jun 25, 2024
1 parent bf8c210 commit f164578
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# GPG Key
# gpg --armor --export-secret-key <email> | pbcopy
version: 2

before:
hooks:
Expand Down Expand Up @@ -71,23 +72,23 @@ nfpms:
- rpm

brews:
- tap:
- repository:
owner: dosco
name: homebrew-graphjin
folder: Formula
directory: Formula
homepage: https://graphjin.com
description: "Build APIs in 5 minutes. An automagical GraphQL to SQL compiler."
license: Apache-2.0
skip_upload: auto

scoop:
bucket:
owner: dosco
name: graphjin-scoop
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: https://graphjin.com
description: "Build APIs in 5 minutes. An automagical GraphQL to SQL compiler."
license: Apache-2.0
scoops:
- repository:
owner: dosco
name: graphjin-scoop
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: https://graphjin.com
description: "Build APIs in 5 minutes. An automagical GraphQL to SQL compiler."
license: Apache-2.0
# snapcrafts:
# - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
# summary: "Build APIs in 5 minutes. An automagical GraphQL to SQL compiler"
Expand Down

0 comments on commit f164578

Please sign in to comment.