1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00
This commit is contained in:
Zack Scholl 2020-09-06 08:43:14 -07:00
parent f4fe211bbe
commit 5d6546ba58

View file

@ -1,6 +1,7 @@
# VERSION=8.X.Y make release
release:
cd ../../ && go generate
cd ../../ && go generate
cd ../../ && goreleaser release
git push