update makefile

This commit is contained in:
Zack Scholl 2020-10-21 12:50:25 -07:00
parent 77732c49a0
commit c88d3ad62a
1 changed files with 3 additions and 2 deletions

View File

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