Skip to content

Commit 0bc29ef

Browse files
committed
fixed homebrew config & removed chocolatey
1 parent d3fdef2 commit 0bc29ef

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ universal_binaries:
2727
- replace: true
2828

2929
archives:
30-
- format: tar.gz
30+
- formats: [tar.gz]
3131
format_overrides:
3232
- goos: windows
33-
format: zip
33+
formats: [zip]
3434
name_template: >-
3535
{{ .ProjectName }}_
3636
{{- title .Os }}_
@@ -53,12 +53,12 @@ nfpms:
5353
- rpm
5454
- apk
5555

56-
brews:
56+
homebrew_casks:
5757
- repository:
5858
owner: jvherck
5959
name: homebrew-tap
6060
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
61-
directory: Formula
61+
directory: Casks
6262
homepage: "https://github.com/jvherck/git-janitor"
6363
description: "A fast, interactive TUI for cleaning up local Git branches."
6464
license: MIT
@@ -72,13 +72,6 @@ scoops:
7272
description: "A fast, interactive TUI for cleaning up local Git branches."
7373
license: MIT
7474

75-
chocolateys:
76-
- name: git-janitor
77-
authors: jvherck
78-
project_url: "https://github.com/jvherck/git-janitor"
79-
copyright: "2026 jvherck"
80-
license_url: "https://github.com/jvherck/git-janitor/blob/main/LICENSE"
81-
8275
changelog:
8376
sort: asc
8477
filters:

0 commit comments

Comments
 (0)