Skip to content

Commit

Permalink
Add homebrew update to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dsxack committed Nov 7, 2023
1 parent f52fe58 commit 936940c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,24 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
- name: gitfs
url_template: "https://github.com/dsxack/gitfs/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: "Smotrov Dmitriy"
email: "[email protected]"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://github.com/dsxack/gitfs"
description: "FUSE filesystem for browsing contents of git repositories revisions."
license: "MIT"
test: |
system "#{bin}/gitfs version"
install: |
bin.install "{{ .ProjectName }}"
repository:
owner: "dsxack"
name: "homebrew-gitfs"
branch: "main"

0 comments on commit 936940c

Please sign in to comment.