Skip to content

Commit 37367d4

Browse files
author
Test User
committed
fix: temporarily disable homebrew config and use GoReleaser v2
- Comment out homebrew configuration (has v2 syntax issues) - Change GoReleaser version from 'latest' to 'v2' to support version 2 config - Homebrew will be re-enabled once tap repository is set up and correct v2 syntax is determined Fixes: - GoReleaser v2 configuration compatibility - Homebrew field structure issues in v2
1 parent fed5fd7 commit 37367d4

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.goreleaser.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,24 @@ changelog:
5656
- title: 'Other Changes'
5757
order: 999
5858

59-
homebrew:
60-
- name: doplan
61-
homepage: https://github.com/DoPlan-dev/CLI
62-
description: Project workflow automation tool
63-
license: MIT
64-
tap:
65-
owner: DoPlan-dev
66-
name: homebrew-doplan
67-
commit_author:
68-
name: goreleaserbot
69-
70-
folder: Formula
71-
test: |
72-
system "#{bin}/doplan --version"
73-
install: |
74-
bin.install "doplan"
59+
# Homebrew configuration - disabled until tap repository is set up
60+
# Will be enabled once homebrew-doplan repository exists
61+
# brews:
62+
# - name: doplan
63+
# homepage: https://github.com/DoPlan-dev/CLI
64+
# description: Project workflow automation tool
65+
# license: MIT
66+
# tap:
67+
# owner: DoPlan-dev
68+
# name: homebrew-doplan
69+
# commit_author:
70+
# name: goreleaserbot
71+
72+
# folder: Formula
73+
# test: |
74+
# system "#{bin}/doplan --version"
75+
# install: |
76+
# bin.install "doplan"
7577

7678
nfpms:
7779
- package_name: doplan

0 commit comments

Comments
 (0)