From 8ced7ded697e030b464b0b3a1966bbf8860fed20 Mon Sep 17 00:00:00 2001 From: Russ Parsloe Date: Mon, 30 Dec 2024 09:55:00 +0000 Subject: [PATCH] Add autocomplete files to archives The autocomplete files are missing from the released archives. This causes a failure in the brew install/updates: Error: An exception occurred within a child process: Errno::ENOENT: No such file or directory - todoist_functions.sh Although todoist_functions_fzf_bash.sh is not needed, added for completeness for those using Bash. --- .goreleaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2b62c14..7262a87 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -27,6 +27,12 @@ archives: {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end -}} + files: + - LICENSE + - README.md + - todoist_functions.sh + - todoist_functions_fzf.sh + - todoist_functions_fzf_bash.sh checksum: name_template: checksums.txt