Skip to content

Commit

Permalink
feat: added homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufhm committed Jun 21, 2022
1 parent 2e37869 commit eb5e415
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ changelog:
- '^docs:'
- '^test:'

# brews:
# - name: rockpool
# tap:
# owner: "salsadigitalauorg"
# name: homebrew-rockpool
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# homepage: "https://github.com/salsadigitalauorg/rockpool"
# description: "Simple tool to set up a Lagoon instance locally"
# skip_upload: "false"
# test: system "#{bin}/rockpool version"
# install: bin.install "rockpool"
# ids:
# - targz
brews:
- name: rockpool
tap:
owner: "salsadigitalauorg"
name: homebrew-rockpool
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
homepage: "https://github.com/salsadigitalauorg/rockpool"
description: "Simple tool to set up a Lagoon instance locally"
skip_upload: "false"
test: system "#{bin}/rockpool version"
install: bin.install "rockpool"
ids:
- targz

0 comments on commit eb5e415

Please sign in to comment.