From 32bb98fd4f4f32e2a13a6201b35a541f87bf60f6 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 15 Sep 2020 12:46:07 -0700 Subject: [PATCH] fix making publish --- .gitignore | 7 ++++++- src/install/Makefile | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7b29bd7..1d1c707 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ # Binaries /croc -/croc.exe \ No newline at end of file +/croc.exe +zsh_autocomplete +bash_autocomplete +dist +bin +croc-stdin* diff --git a/src/install/Makefile b/src/install/Makefile index da1688c..034e231 100644 --- a/src/install/Makefile +++ b/src/install/Makefile @@ -3,6 +3,8 @@ release: cd ../../ && go generate cd ../../ && go generate + cp zsh_autocomplete ../../ + cp bash_autocomplete ../../ cd ../../ && goreleaser release git push cd ../../ && ./src/install/prepare-sources-tarball.sh