From 69084b13e61c917c76b54b04b75717105dd6c300 Mon Sep 17 00:00:00 2001 From: Dylan Ravel Date: Tue, 14 Apr 2026 11:52:03 -0700 Subject: [PATCH] Fix autocompletions for kiro and other completiont tools --- .goreleaser.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7498351..753f6ff 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -109,7 +109,6 @@ brews: homepage: "https://github.com/DylanDevelops/tmpo" description: "Minimal CLI time tracker for developers" license: "MIT" - extra_install: | - bash_completion.install "completions/tmpo.bash" => "tmpo" - zsh_completion.install "completions/tmpo.zsh" => "_tmpo" - fish_completion.install "completions/tmpo.fish" + install: | + bin.install "tmpo" + generate_completions_from_executable(bin/"tmpo", "completion")