Skip to content

Commit ae7e627

Browse files
committed
Go back to deprecated brews for the time being
1 parent f1d69f5 commit ae7e627

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ release:
9797
name_template: "tmpo {{.Version}}"
9898

9999
# Homebrew
100-
homebrew_casks:
100+
brews:
101101
- name: tmpo
102102
repository:
103103
owner: DylanDevelops
@@ -109,7 +109,7 @@ homebrew_casks:
109109
homepage: "https://github.com/DylanDevelops/tmpo"
110110
description: "Minimal CLI time tracker for developers"
111111
license: "MIT"
112-
completions:
113-
bash: "completions/tmpo.bash"
114-
zsh: "completions/tmpo.zsh"
115-
fish: "completions/tmpo.fish"
112+
extra_install: |
113+
bash_completion.install "completions/tmpo.bash" => "tmpo"
114+
zsh_completion.install "completions/tmpo.zsh" => "_tmpo"
115+
fish_completion.install "completions/tmpo.fish"

0 commit comments

Comments
 (0)