ci(Makefile): init

This commit is contained in:
iyear 2022-09-04 20:39:45 +08:00
parent 50be06c8a4
commit b5b56990cc

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
.PHONY: build
build:
goreleaser build --rm-dist --single-target --snapshot
@echo "go to '.tdl/dist' directory to see the package!"
.PHONY: packaging
packaging:
goreleaser release --skip-publish --auto-snapshot --rm-dist
@echo "go to '.tdl/dist' directory to see the packages!"