Skip to content

Commit 8833051

Browse files
committed
make: add snapshot command
1 parent fc8c4a3 commit 8833051

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ release: .goreleaser.yml tools/goreleaser
7070
./tools/goreleaser
7171
.PHONY: release
7272

73+
snapshot: .goreleaser.yml tools/goreleaser
74+
./tools/goreleaser --snapshot --rm-dist
75+
.PHONY: snapshot
76+
7377
# Non-PHONY targets (real files)
7478

7579
golangci-lint: FORCE

0 commit comments

Comments
 (0)