Skip to content

Commit

Permalink
Updated goreaser brew config.
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanHabic committed Jun 14, 2019
1 parent ef8e6dd commit aefa027
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
brew:
name: tenderly
github:
owner: Tenderly
name: homebrew-tenderly
commit_author:
name: Tenderly bot
email: hi@tenderly.app
homepage: "https://github.com/Tenderly/tenderly-cli"
description: "Tenderly helps you observe your contracts in any environment."
install: |
bin.install "tenderly"
brews:
- name: tenderly
github:
owner: Tenderly
name: homebrew-tenderly
commit_author:
name: Tenderly bot
email: hi@tenderly.app
homepage: "https://github.com/Tenderly/tenderly-cli"
description: "Tenderly helps you observe your contracts in any environment."
install: |
bin.install "tenderly"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit aefa027

Please sign in to comment.