We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13fc24 commit dffb558Copy full SHA for dffb558
.goreleaser.yml
@@ -61,6 +61,7 @@ brews:
61
install: |
62
system "make" if build.head?
63
bin.install "bin/gh"
64
+ man1.install Dir["manpages/*.1"]
65
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
66
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
67
(fish_completion/"gh.fish").write `#{bin}/gh completion -s fish`
0 commit comments