Skip to content

Commit dffb558

Browse files
committed
install manpages for homebrew
1 parent e13fc24 commit dffb558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ brews:
6161
install: |
6262
system "make" if build.head?
6363
bin.install "bin/gh"
64+
man1.install Dir["manpages/*.1"]
6465
(bash_completion/"gh.sh").write `#{bin}/gh completion -s bash`
6566
(zsh_completion/"_gh").write `#{bin}/gh completion -s zsh`
6667
(fish_completion/"gh.fish").write `#{bin}/gh completion -s fish`

0 commit comments

Comments
 (0)