Skip to content

Commit 4bcc518

Browse files
committed
add homebrew config for checkout
1 parent 236c709 commit 4bcc518

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ changelog:
4545
- title: Other work
4646
order: 999
4747

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"
48+
brews:
49+
- name: checkout
50+
description: JSON Log Viewer tool.
51+
license: MIT
52+
homepage: https://github.com/mrados7/homebrews
53+
tap:
54+
owner: mrados7
55+
name: homebrew-main
56+
test: system "#{bin}/checkout", "-help"
57+
install: |-
58+
bin.install "checkout"
5959
6060
release:
6161
footer: |

0 commit comments

Comments
 (0)