Skip to content

Commit

Permalink
ci: add homebrew publishing to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Aug 21, 2022
1 parent 37d835b commit f7433e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,16 @@ changelog:
order: 2
- title: Others
order: 999
brews:
- name: taon
tap:
owner: eiri
name: homebrew-tap
commit_author:
name: eiri
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://github.com/eiri/taon"
description: "Transform JSON into ASCII table."
license: "MIT"

0 comments on commit f7433e0

Please sign in to comment.