We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78f586 commit d283fe9Copy full SHA for d283fe9
1 file changed
.goreleaser.yml
@@ -25,17 +25,17 @@ archives:
25
format: binary
26
wrap_in_directory: false
27
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
+# brews:
+# -
+# name: src-cli
+# homepage: "https://sourcegraph.com/"
+# description: "Sourcegraph CLI"
+# github:
+# owner: sourcegraph
+# name: homebrew-src-cli
+# # Folder inside the repository to put the formula.
+# # Default is the root folder.
+# folder: Formula
39
changelog:
40
sort: asc
41
filters:
0 commit comments