Common release scripts

This commit is contained in:
2023-07-08 17:39:36 -07:00
parent 5c067e3752
commit facd2f4f57
4 changed files with 72 additions and 0 deletions

12
scripts/Makefile Normal file
View File

@@ -0,0 +1,12 @@
all: Makefile scripts
Makefile: .PHONY
cp ~/src/go/common/scripts/Makefile .
scripts: .PHONY
cp ~/src/go/common/scripts/{fury-publish,run-goreleaser,download-release} .
.PHONY: