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

add makefile for releases

This commit is contained in:
Zack Scholl 2020-08-27 08:12:47 -07:00
parent 4aa7f05630
commit e250eeede6

7
src/install/Makefile Normal file
View file

@ -0,0 +1,7 @@
# VERSION=8.X.Y make release
release:
cd ../../ && go generate
cd ../../ && goreleaser release
./prepare-sources-tarball.sh
./upload-src-tarball.sh