Skip to content

Commit

Permalink
Merge pull request #111 from StyraInc/drop-brews
Browse files Browse the repository at this point in the history
Drop brews config for now
  • Loading branch information
charlieegan3 authored May 23, 2023
2 parents 8d56110 + 5c5650f commit e364bef
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,3 @@ release:
github:
owner: StyraInc
name: regal

brews:
- tap:
owner: StyraInc
name: homebrew-packages
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
url_template: >-
https://github.com/StyraInc/regal/releases/download/{{ .Tag }}/{{ .ProjectName }}_{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
commit_author:
name: Styra DevRel
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://github.com/StyraInc/regal"
description: "Regal is a linter for Rego, the policy language of OPA."

0 comments on commit e364bef

Please sign in to comment.