Skip to content

Commit

Permalink
chore(Fix and expand brew config in goreleaser):
Browse files Browse the repository at this point in the history
`brews` expects a list of taps to create, this fixes for that, and adds configs for homepage, description, and license. Hope this works!
  • Loading branch information
gwenwindflower committed Apr 14, 2024
1 parent 056f61c commit a9681c6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ changelog:
- "^test:"

brews:
repository:
owner: gwenwindflower
name: tbd-homebrew-tap
- repository:
owner: gwenwindflower
name: tbd-homebrew-tap
homepage: "https://github.com/gwenwindflower/tbd"
description: "A sweet and speedy code generator for dbt."
license: "GPL-3.0"

0 comments on commit a9681c6

Please sign in to comment.