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

update makefile

This commit is contained in:
Zack Scholl 2020-10-21 12:50:25 -07:00
parent 77732c49a0
commit c88d3ad62a

View file

@ -1,8 +1,9 @@
# VERSION=8.X.Y make release # VERSION=8.X.Y make release
release: release:
cd ../../ && go generate cd ../../ && go run src/install/updateversion.go
cd ../../ && go generate git commit -am "bump ${VERSION}"
git tag -af v${VERSION} -m "v${VERSION}"
cp zsh_autocomplete ../../ cp zsh_autocomplete ../../
cp bash_autocomplete ../../ cp bash_autocomplete ../../
cd ../../ && goreleaser release cd ../../ && goreleaser release