Skip to content

Commit f7433e0

Browse files
committed
ci: add homebrew publishing to goreleaser
1 parent 37d835b commit f7433e0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.goreleaser.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,16 @@ changelog:
4343
order: 2
4444
- title: Others
4545
order: 999
46+
brews:
47+
- name: taon
48+
tap:
49+
owner: eiri
50+
name: homebrew-tap
51+
commit_author:
52+
name: eiri
53+
email: eiri@eiri.ca
54+
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
55+
folder: Formula
56+
homepage: "https://github.com/eiri/taon"
57+
description: "Transform JSON into ASCII table."
58+
license: "MIT"

0 commit comments

Comments
 (0)