Skip to content

Commit

Permalink
feat: brew formula for Havlu
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemir committed Dec 9, 2023
1 parent 36f2d5d commit 2b02ace
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ changelog:
exclude:
- "^docs:"
- "^test:"
# brews:
# - repository:
# owner: fdemir
# name: homebrew-tap
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
# folder: Formula
# description: "Havlu lets you focus on the frontend by making it effortless to have a custom API."
# license: "MIT"
# install: |
# bin.install "git-switcher"
brews:
- repository:
owner: fdemir
name: homebrew-tap
token: "{{ .Env.TAP_TOKEN }}"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
description: "Havlu lets you focus on the frontend by making it effortless to have a custom API."
license: "MIT"
install: |
bin.install "{{ .ProjectName }}"

0 comments on commit 2b02ace

Please sign in to comment.