Skip to content

Commit 5b27d33

Browse files
committed
Add completion step for brew
1 parent 4f1ac04 commit 5b27d33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ brews:
9292
(bash_completion/"golangci-lint").write output
9393
output = Utils.popen_read("#{bin}/golangci-lint completion zsh")
9494
(zsh_completion/"_golangci-lint").write output
95+
output = Utils.popen_read("#{bin}/golangci-lint completion fish")
96+
(fish_completion/"eksctl.fish").write output
9597
prefix.install_metafiles
9698
test: |
9799
system "#{bin}/golangci-lint --version"

0 commit comments

Comments
 (0)