Skip to content

Commit

Permalink
initial brew tap set-up
Browse files Browse the repository at this point in the history
  • Loading branch information
baduker committed Nov 21, 2023
1 parent 0e017aa commit 09fd1be
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,17 @@ release:
# Default is `{{.Tag}}`
name_template: "{{.ProjectName}}-v{{.Version}} {{.Env.USER}}"

# brews:
# We do not use the brew config, which is for taps, not core forumulas.
brews:
-
name: exercism
tap:
owner: exercism
name: homebrew-exercism
commit_author:
name: goreleaserbot
email: [email protected]
folder: Formula
homepage: "https://exercism.org/"
description: "Command-line tool to interact with exercism.io"
test: |
system "exercism version"

0 comments on commit 09fd1be

Please sign in to comment.