File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 34
34
args : release --clean
35
35
env :
36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
+ # needed by homebrew
38
+ TAP_GITHUB_TOKEN : ${{ secrets.TAP_GITHUB_TOKEN }}
37
39
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro'
38
40
# distribution:
39
41
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Original file line number Diff line number Diff line change @@ -35,6 +35,14 @@ changelog:
35
35
exclude :
36
36
- ' ^docs:'
37
37
- ' ^test:'
38
+ brews :
39
+ - repository :
40
+ owner : umlx5h
41
+ name : homebrew-tap
42
+ token : " {{ .Env.TAP_GITHUB_TOKEN }}"
43
+ homepage : " https://github.com/umlx5h/zsh-manpage-completion-generator"
44
+ description : " Automatically generate zsh completions from man page"
45
+ license : " MIT"
38
46
39
47
# The lines beneath this are called `modelines`. See `:help modeline`
40
48
# Feel free to remove those if you don't want/use them.
Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ Download the binary from [GitHub Releases][release] and drop it in your `$PATH`.
38
38
- [ Linux] [ release ]
39
39
- [ Mac] [ release ]
40
40
41
+ ** Homebrew:**
42
+
43
+ ``` bash
44
+ brew install umlx5h/tap/zsh-manpage-completion-generator
45
+ ```
46
+
41
47
** Go install:**
42
48
43
49
``` bash
You can’t perform that action at this time.
0 commit comments