Skip to content

Commit d35b060

Browse files
committed
Makefile: add snapshot target
1 parent 5100fbd commit d35b060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ test:
1111
shorttest:
1212
go test -v -short
1313

14+
snapshot:
15+
goreleaser --snapshot --skip-publish --rm-dist
16+
1417
update-readme:
1518
tools/update-readme.sh
1619
doctoc README.md

0 commit comments

Comments
 (0)