Skip to content

Commit

Permalink
add a homebrew tap deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rogchap authored and LandonTClipp committed May 14, 2020
1 parent 39e703f commit b91686d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source={{.GitURL}}"
brews:
- homepage: https://github.com/vektra/mockery
description: "A mock code autogenerator for Go"
github:
owner: vektra
name: homebrew-tap
folder: Formula
test: |
system "#{bin}mockery --version"

0 comments on commit b91686d

Please sign in to comment.