Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 46309c2

Browse files
authored
add brew & scoop setup (#6)
1 parent d0b3698 commit 46309c2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.goreleaser.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,27 @@ nfpms:
3636
- deb
3737
- rpm
3838
- apk
39+
brews:
40+
- tap:
41+
owner: svixhq
42+
name: homebrew-svix
43+
commit_author:
44+
name: svix-ci
45+
email: support@svix.com
46+
homepage: https://www.svix.com
47+
description: Svix CLI utility
48+
install: |
49+
bin.install "svix"
50+
caveats: "Thanks for installing the Svix CLI! If this is your first time using the CLI, checkout our docs at https://docs.svix.com."
51+
scoop:
52+
bucket:
53+
owner: svixhq
54+
name: scoop-svix
55+
commit_author:
56+
name: svix-ci
57+
email: support@svix.com
58+
homepage: https://www.svix.com
59+
description: Svix CLI utility
3960
changelog:
4061
sort: asc
4162
filters:

0 commit comments

Comments
 (0)