X Tutup
Skip to content

Commit 0dcec2c

Browse files
committed
add scoop config to goreleaser
1 parent c03b0d1 commit 0dcec2c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,14 @@ nfpms:
7777
formats:
7878
- deb
7979
- rpm
80+
81+
scoop:
82+
bucket:
83+
owner: cli
84+
name: scoop-gh
85+
commit_author:
86+
name: vilmibm
87+
email: vilmibm@github.com
88+
homepage: https://github.com/cli/cli
89+
description: GitHub CLI
90+
license: MIT

0 commit comments

Comments
 (0)
X Tutup