We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236c709 commit 4bcc518Copy full SHA for 4bcc518
.goreleaser.yaml
@@ -45,17 +45,17 @@ changelog:
45
- title: Other work
46
order: 999
47
48
-#brews:
49
-# - name: ctm
50
-# description: JSON Log Viewer tool.
51
-# license: MIT
52
-# homepage: https://github.com/hedhyw/homebrews
53
-# tap:
54
-# owner: mrados7
55
-# name: homebrew-main
56
-# test: system "#{bin}/jlv", "-help"
57
-# install: |-
58
-# bin.install "jlv"
+brews:
+ - name: checkout
+ description: JSON Log Viewer tool.
+ license: MIT
+ homepage: https://github.com/mrados7/homebrews
+ tap:
+ owner: mrados7
+ name: homebrew-main
+ test: system "#{bin}/checkout", "-help"
+ install: |-
+ bin.install "checkout"
59
60
release:
61
footer: |
0 commit comments