Skip to content

Commit 02f9ffe

Browse files
committed
Migrate goreleaser from deprecated brews to homebrew_casks
1 parent 97fd92d commit 02f9ffe

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,16 @@ changelog:
4747
- "^test:"
4848
- "^ci:"
4949

50-
brews:
51-
- repository:
50+
homebrew_casks:
51+
- name: a365
52+
repository:
5253
owner: sozercan
5354
name: homebrew-repo
5455
token: "{{ .Env.HOMEBREW_REPO_TOKEN }}"
55-
directory: Formula
5656
homepage: "https://github.com/sozercan/a365cli"
5757
description: "CLI for Microsoft 365 via agent365 MCP servers"
58-
license: "MIT"
59-
install: |
60-
bin.install "a365"
61-
test: |
62-
system "#{bin}/a365", "--version"
58+
binaries:
59+
- a365
6360

6461
release:
6562
github:

0 commit comments

Comments
 (0)