mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
update makefile
This commit is contained in:
parent
77732c49a0
commit
c88d3ad62a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue