Skip to content

Commit

Permalink
dev: Automate to update brew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Nov 21, 2019
1 parent f7872ad commit 3f4f780
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,22 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brews:
-
name: protolint
github:
owner: yoheimuta
name: homebrew-protolint
commit_author:
name: goreleaserbot
email: [email protected]
folder: Formula
description: "A pluggable tool to enforce Protocol Buffer style and conventions."
homepage: "https://github.com/yoheimuta/protolint"
test: |
system "#{bin}/protolint version"
system "#{bin}/protoc-gen-protolint version"
install: |
bin.install "protolint"
bin.install "protoc-gen-protolint"
prefix.install "LICENSE"

0 comments on commit 3f4f780

Please sign in to comment.