Skip to content

Commit d283fe9

Browse files
committed
Disable homebrew releases in old release-branch
1 parent d78f586 commit d283fe9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.goreleaser.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ archives:
2525
format: binary
2626
wrap_in_directory: false
2727
name_template: "src_{{ .Os }}_{{ .Arch }}"
28-
brews:
29-
-
30-
name: src-cli
31-
homepage: "https://sourcegraph.com/"
32-
description: "Sourcegraph CLI"
33-
github:
34-
owner: sourcegraph
35-
name: homebrew-src-cli
36-
# Folder inside the repository to put the formula.
37-
# Default is the root folder.
38-
folder: Formula
28+
# brews:
29+
# -
30+
# name: src-cli
31+
# homepage: "https://sourcegraph.com/"
32+
# description: "Sourcegraph CLI"
33+
# github:
34+
# owner: sourcegraph
35+
# name: homebrew-src-cli
36+
# # Folder inside the repository to put the formula.
37+
# # Default is the root folder.
38+
# folder: Formula
3939
changelog:
4040
sort: asc
4141
filters:

0 commit comments

Comments
 (0)