Skip to content

Commit

Permalink
feat(cmd/file_templates/go_cli_project): Remove edge from brew in gor…
Browse files Browse the repository at this point in the history
…eleaser
  • Loading branch information
ondrejsika committed Feb 20, 2024
1 parent 0a7a6f2 commit e7cba02
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions cmd/file_templates/go_cli_project/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ checksum:
brews:
-
name: {{.ProjectName}}
conflicts:
- {{.ProjectName}}-edge
tap:
owner: {{.BrewOrganization}}
name: {{.BrewRepo}}
Expand All @@ -183,23 +181,6 @@ brews:
bin.install "{{.ProjectName}}"
test: |
system "#{bin}/{{.ProjectName}} version"
-
name: {{.ProjectName}}-edge
conflicts:
- {{.ProjectName}}
tap:
owner: {{.BrewOrganization}}
name: {{.BrewRepo}}
skip_upload: false
homepage: https://{{.Package}}
url_template: "https://{{.Package}}/releases/download/{{"{{"}} .Tag {{"}}"}}/{{"{{"}} .ArtifactName {{"}}"}}"
folder: Formula
caveats: "How to use this binary: https://{{.Package}}"
description: "{{.ProjectName}}"
install: |
bin.install "{{.ProjectName}}"
test: |
system "#{bin}/{{.ProjectName}} version"
dockers:
-
Expand Down

0 comments on commit e7cba02

Please sign in to comment.