From dffb55889c35fc5ff5d08af6ac67a15df2fd29d7 Mon Sep 17 00:00:00 2001 From: Mark Furland Date: Tue, 19 May 2020 15:58:27 -0400 Subject: [PATCH] install manpages for homebrew --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4ceeee571..be3dc2274 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -61,6 +61,7 @@ brews: install: | system "make" if build.head? bin.install "bin/gh" + man1.install Dir["manpages/*.1"] (bash_completion/"gh.sh").write `#{bin}/gh completion -s bash` (zsh_completion/"_gh").write `#{bin}/gh completion -s zsh` (fish_completion/"gh.fish").write `#{bin}/gh completion -s fish`