make: add snapshot command
This commit is contained in:
parent
fc8c4a32f9
commit
883305174d
4
Makefile
4
Makefile
@ -70,6 +70,10 @@ release: .goreleaser.yml tools/goreleaser
|
|||||||
./tools/goreleaser
|
./tools/goreleaser
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
|
|
||||||
|
snapshot: .goreleaser.yml tools/goreleaser
|
||||||
|
./tools/goreleaser --snapshot --rm-dist
|
||||||
|
.PHONY: snapshot
|
||||||
|
|
||||||
# Non-PHONY targets (real files)
|
# Non-PHONY targets (real files)
|
||||||
|
|
||||||
golangci-lint: FORCE
|
golangci-lint: FORCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user