Skip to content

Commit b6ddfb6

Browse files
authored
Remove homebrew integration with GoReleaser (#766)
1 parent 111ba31 commit b6ddfb6

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.goreleaser.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ nfpms:
7777
{{- else }}{{ .Arch }}{{ end }}
7878
{{- if .Arm }}v{{ .Arm }}{{ end }}
7979
80-
brews:
81-
- name: litestream
82-
homepage: https://litestream.io
83-
description: Streaming replication for SQLite databases
84-
license: Apache-2.0
85-
repository:
86-
owner: benbjohnson
87-
name: homebrew-litestream
88-
branch: main
89-
install: |
90-
bin.install "litestream"
91-
etc.install "etc/litestream.yml" => "litestream.yml"
92-
test: |
93-
system "#{bin}/litestream", "version"
94-
commit_author:
95-
name: goreleaser
96-
80+
#brews:
81+
# - name: litestream
82+
# homepage: https://litestream.io
83+
# description: Streaming replication for SQLite databases
84+
# license: Apache-2.0
85+
# repository:
86+
# owner: benbjohnson
87+
# name: homebrew-litestream
88+
# branch: main
89+
# install: |
90+
# bin.install "litestream"
91+
# etc.install "etc/litestream.yml" => "litestream.yml"
92+
# test: |
93+
# system "#{bin}/litestream", "version"
94+
# commit_author:
95+
# name: goreleaser
96+
9797

9898
checksum:
9999
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)