From c0bdfbaf1f480dd1df02d72833293ae2b73addf6 Mon Sep 17 00:00:00 2001 From: fdemir Date: Mon, 27 Nov 2023 20:57:16 +0300 Subject: [PATCH] chore: remove brews --- .goreleaser.yaml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2275e69..82d890f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -44,15 +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.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"