Skip to content

Commit c71a59e

Browse files
committed
Auto-publish releases to homebrew repo
1 parent ca3c041 commit c71a59e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.goreleaser.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ signs:
5757
- "${artifact}"
5858

5959
snapshot:
60-
# name_template: "{{ .Tag }}-next"
6160
name_template: "SNAPSHOT-{{.ShortCommit}}"
6261

6362
changelog:
@@ -66,3 +65,15 @@ changelog:
6665
exclude:
6766
- '^docs:'
6867
- '^test:'
68+
69+
brews:
70+
- name: doppler
71+
github:
72+
owner: DopplerHQ
73+
name: homebrew-dopplerhq
74+
commit_author:
75+
name: "Doppler Bot"
76+
77+
folder: Formula
78+
homepage: "https://doppler.com"
79+
description: "The official Doppler CLI for managing your secrets and config"

0 commit comments

Comments
 (0)