mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2025-12-21 14:20:02 -06:00
add scripts
This commit is contained in:
8
Makefile
8
Makefile
@@ -48,6 +48,14 @@ docker-push:
|
||||
docker push ghcr.io/mizuchilabs/mantrae:${VERSION}
|
||||
docker push ghcr.io/mizuchilabs/mantrae:latest
|
||||
|
||||
.PHONY: release
|
||||
release:
|
||||
goreleaser release --clean
|
||||
|
||||
.PHONY: snapshot
|
||||
snapshot:
|
||||
goreleaser release --snapshot --clean
|
||||
|
||||
.PHONY: upgrade
|
||||
upgrade:
|
||||
go get -u && go mod tidy
|
||||
|
||||
Reference in New Issue
Block a user