We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d69f5 commit ae7e627Copy full SHA for ae7e627
1 file changed
.goreleaser.yml
@@ -97,7 +97,7 @@ release:
97
name_template: "tmpo {{.Version}}"
98
99
# Homebrew
100
-homebrew_casks:
+brews:
101
- name: tmpo
102
repository:
103
owner: DylanDevelops
@@ -109,7 +109,7 @@ homebrew_casks:
109
homepage: "https://github.com/DylanDevelops/tmpo"
110
description: "Minimal CLI time tracker for developers"
111
license: "MIT"
112
- completions:
113
- bash: "completions/tmpo.bash"
114
- zsh: "completions/tmpo.zsh"
115
- fish: "completions/tmpo.fish"
+ extra_install: |
+ bash_completion.install "completions/tmpo.bash" => "tmpo"
+ zsh_completion.install "completions/tmpo.zsh" => "_tmpo"
+ fish_completion.install "completions/tmpo.fish"
0 commit comments