Skip to content

Commit

Permalink
feat: add brew setup in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 24, 2022
1 parent 17b6bd3 commit e719594
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,13 @@ release:
name_template: "v{{.Version}}"
changelog:
skip: true
brews:
- name: loli
tap:
owner: loli
name: homebrew-tap
folder: Formula
url_template: "https://github.com/ci-monk/loli/releases/download/{{.ProjectName}}_v{{.Version}}_{{.Os}}-{{.Arch}}"
homepage: "https://github.com/ci-monk/loli"
install: |
bin.install "loli"

0 comments on commit e719594

Please sign in to comment.