We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26241a6 commit 4da368bCopy full SHA for 4da368b
1 file changed
.goreleaser.yaml
@@ -34,6 +34,20 @@ archives:
34
checksum:
35
name_template: 'checksums.txt'
36
37
+brews:
38
+ - name: perfdeck
39
+ repository:
40
+ owner: sumant1122
41
+ name: homebrew-perfdeck
42
+ branch: main
43
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
44
+ directory: Formula
45
+ homepage: "https://github.com/sumant1122/perfdeck"
46
+ description: "A modern, lightweight, and customizable TUI performance monitor."
47
+ license: "MIT"
48
+ install: |
49
+ bin.install "perfdeck"
50
+
51
snapshot:
52
name_template: "{{ incpatch .Version }}-next"
53
0 commit comments