1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

fix making publish

This commit is contained in:
Zack Scholl 2020-09-15 12:46:07 -07:00
parent ad6e7dff43
commit 32bb98fd4f
2 changed files with 8 additions and 1 deletions

7
.gitignore vendored
View file

@ -1,3 +1,8 @@
# Binaries
/croc
/croc.exe
/croc.exe
zsh_autocomplete
bash_autocomplete
dist
bin
croc-stdin*

View file

@ -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