We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd92d commit 02f9ffeCopy full SHA for 02f9ffe
1 file changed
.goreleaser.yml
@@ -47,19 +47,16 @@ changelog:
47
- "^test:"
48
- "^ci:"
49
50
-brews:
51
- - repository:
+homebrew_casks:
+ - name: a365
52
+ repository:
53
owner: sozercan
54
name: homebrew-repo
55
token: "{{ .Env.HOMEBREW_REPO_TOKEN }}"
- directory: Formula
56
homepage: "https://github.com/sozercan/a365cli"
57
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"
+ binaries:
+ - a365
63
64
release:
65
github:
0 commit comments