Skip to content

Commit

Permalink
fix: add homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Apr 5, 2021
1 parent 4e8c517 commit 249bc90
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,30 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brews:
-
# GitHub/GitLab repository to push the formula to
# Gitea is not supported yet, but the support coming
tap:
owner: abtris
name: homebrew-tap
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: goreleaserbot
email: goreleaser@prskavec.net

# Folder inside the repository to put the formula.
# Default is the root folder.
folder: Formula

# Default is empty.
license: "MIT"

# Setting this will prevent goreleaser to actually try to commit the updated
# formula - instead, the formula file will be stored on the dist folder only,
# leaving the responsibility of publishing it to the user.
# If set to auto, the release will not be uploaded to the homebrew tap
# in case there is an indicator for prerelease in the tag e.g. v1.0.0-rc1
# Default is false.
skip_upload: auto

0 comments on commit 249bc90

Please sign in to comment.