Skip to content

Commit 44b69a7

Browse files
committed
feat: restore homebrew tap configuration for future releases
1 parent 2ca1184 commit 44b69a7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.goreleaser.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,22 @@ changelog:
5959
- Merge pull request
6060
- Merge branch
6161

62+
brews:
63+
- name: appwrite-cli
64+
repository:
65+
owner: AndroidPoet
66+
name: homebrew-tap
67+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
68+
directory: Formula
69+
homepage: https://github.com/AndroidPoet/appwrite-cli
70+
description: "Fast, single-binary CLI for Appwrite — multi-profile, multi-format, multi-environment"
71+
license: MIT
72+
install: |
73+
bin.install "appwrite-cli"
74+
bin.install_symlink "appwrite-cli" => "aw"
75+
test: |
76+
system "#{bin}/aw", "version"
77+
6278
nfpms:
6379
- id: packages
6480
package_name: appwrite-cli

0 commit comments

Comments
 (0)