From 6fd9cbf452b24a5c8f6aa81b3c752f4b1633860c Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Wed, 10 Dec 2025 22:24:49 +0000 Subject: [PATCH] Don't publish the homebrew package ( for now ) --- .goreleaser.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 516adf0..ce8c1f7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -73,17 +73,3 @@ dockers_v2: extra_files: - config.example.yaml -brews: - - name: git-velocity - repository: - owner: lukaszraczylo - name: homebrew-tap - token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" - directory: Formula - homepage: https://github.com/lukaszraczylo/git-velocity - description: "Developer velocity metrics analyzer with gamification dashboards" - license: MIT - install: | - bin.install "git-velocity" - test: | - system "#{bin}/git-velocity", "version"