Skip to content

Commit

Permalink
Feat: Add brew-tab to .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Apr 18, 2022
1 parent b51fd11 commit 03e5a43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brews:
- tap:
owner: Abdulsametileri
name: homebrew-tap
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
description: "vX is a basic version control system"
install: |
bin.install "vx"

0 comments on commit 03e5a43

Please sign in to comment.