-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from StyraInc/drop-brews
Drop brews config for now
- Loading branch information
Showing
1 changed file
with
0 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." |