Skip to content

Commit 5d95d57

Browse files
try creating a tap for monkey lang
1 parent 0b4bbf9 commit 5d95d57

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.goreleaser.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,18 @@ changelog:
2020
- '^test:'
2121
- '(?i)\breadme\b'
2222
- '(?i)\bsmall\b'
23+
brews:
24+
-
25+
name: monkey
26+
github:
27+
owner: bradford-hamilton
28+
name: homebrew-monkey
29+
commit_author:
30+
name: goreleaserbot
31+
email: goreleaser@carlosbecker.com
32+
description: "https://github.com/bradford-hamilton/monkey-lang."
33+
dependencies:
34+
- git
35+
- zsh
36+
install: |
37+
bin.install "monkey"

0 commit comments

Comments
 (0)