Skip to content

Commit

Permalink
install manpages for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfurlan committed May 19, 2020
1 parent e13fc24 commit dffb558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit dffb558

Please sign in to comment.