Skip to content

Commit 8aa6e54

Browse files
fix(release): name binary cs when installing via brew
1 parent 662e37d commit 8aa6e54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ brews:
109109
system "#{bin}/cs version"
110110
# ...
111111
112+
# Custom install script for brew. Change name to cs
113+
#
114+
# Template: allowed
115+
# Default: 'bin.install "BinaryName"'.
116+
install: |
117+
bin.install "cs"
118+
112119
# Repository to push the generated files to.
113120
repository:
114121
# Repository owner.

0 commit comments

Comments
 (0)