@@ -21,18 +21,13 @@ builds:
2121 goos :
2222 - linux
2323 - darwin
24- - windows
2524 goarch :
2625 - amd64
2726 - arm64
2827 - arm # linux/arm (armv7 — Raspberry Pi, embedded)
2928 goarm :
3029 - " 7"
3130 ignore :
32- - goos : windows
33- goarch : arm64
34- - goos : windows
35- goarch : arm
3631 - goos : darwin
3732 goarch : arm
3833
@@ -46,9 +41,6 @@ archives:
4641 {{- else if eq .Arch "arm64" }}arm64
4742 {{- else if eq .Arch "arm" }}armv7
4843 {{- else }}{{ .Arch }}{{ end }}
49- format_overrides :
50- - goos : windows
51- format : zip
5244 files :
5345 - LICENSE
5446 - README.md
@@ -82,6 +74,8 @@ changelog:
8274 order : 999
8375
8476# ── macOS / Linux: Homebrew ────────────────────────────────────────────────
77+ # Binaries are uploaded to GitHub Releases; GoReleaser pushes the formula to
78+ # the tap repo so `brew install hapiio/tap/git-profile` resolves correctly.
8579brews :
8680 - repository :
8781 owner : hapiio
@@ -104,23 +98,6 @@ brews:
10498 zsh_completion.install Utils.safe_popen_read(bin/"git-profile", "completion", "zsh") => "_git-profile"
10599 fish_completion.install Utils.safe_popen_read(bin/"git-profile", "completion", "fish") => "git-profile.fish"
106100
107- # ── Windows: Scoop ────────────────────────────────────────────────────────
108- # Skipped automatically when SCOOP_BUCKET_TOKEN secret is not configured.
109- scoops :
110- - repository :
111- owner : hapiio
112- name : scoop-bucket
113- token : " {{ .Env.SCOOP_BUCKET_TOKEN }}"
114- commit_author :
115- name : goreleaserbot
116- email : bot@goreleaser.com
117- commit_message_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
118- directory : bucket
119- homepage : " https://github.com/hapiio/git-profile"
120- description : " Manage multiple git identity profiles with a single command"
121- license : MIT
122- skip_upload : " {{ if not .Env.SCOOP_BUCKET_TOKEN }}true{{ end }}"
123-
124101# ── Arch Linux: AUR ──────────────────────────────────────────────────────
125102aurs :
126103 - name : git-profile-bin
0 commit comments