We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3c041 commit c71a59eCopy full SHA for c71a59e
.goreleaser.yml
@@ -57,7 +57,6 @@ signs:
57
- "${artifact}"
58
59
snapshot:
60
- # name_template: "{{ .Tag }}-next"
61
name_template: "SNAPSHOT-{{.ShortCommit}}"
62
63
changelog:
@@ -66,3 +65,15 @@ changelog:
66
65
exclude:
67
- '^docs:'
68
- '^test:'
+
69
+brews:
70
+ - name: doppler
71
+ github:
72
+ owner: DopplerHQ
73
+ name: homebrew-dopplerhq
74
+ commit_author:
75
+ name: "Doppler Bot"
76
+ email: [email protected]
77
+ folder: Formula
78
+ homepage: "https://doppler.com"
79
+ description: "The official Doppler CLI for managing your secrets and config"
0 commit comments