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:
parent
4aa7f05630
commit
e250eeede6
1 changed files with 7 additions and 0 deletions
7
src/install/Makefile
Normal file
7
src/install/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue