Skip to content

Commit

Permalink
Add homebrew publish cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Jul 19, 2022
1 parent be81d16 commit 4179dfe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,17 @@ release:
github:
owner: mszostok
name: codeowners-validator

brews:
- name: codeowners-validator
homepage: https://github.com/mszostok/codeowners-validator
description: Ensures the correctness of your CODEOWNERS file.
license: "Apache License 2.0"
tap:
owner: mszostok
name: homebrew-tap
commit_author:
name: Mateusz Szostok
email: [email protected]
test: |
system "#{bin}/codeowners-validator -v --short"

0 comments on commit 4179dfe

Please sign in to comment.