Skip to content

Commit

Permalink
🔧 Configure GoReleaser homebrew formula generation
Browse files Browse the repository at this point in the history
  • Loading branch information
itsabdelrahman committed Mar 25, 2021
1 parent 8b20b33 commit ffea1d4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,23 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: '{{ .Tag }}-next'
name_template: '{{ .Tag }}'
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- tap:
owner: incipher
name: homebrew-tap
homepage: https://incipher.io/shamir
description: "Split and combine secrets using Shamir's Secret Sharing algorithm."
license: CC0
url_template: 'https://github.com/incipher/shamir/releases/download/{{ .Tag }}/{{ .ArtifactName }}'
dependencies:
- name: go
test: |
system "#{bin}/shamir --version"
skip_upload: true

0 comments on commit ffea1d4

Please sign in to comment.