Skip to content

Commit fd233ec

Browse files
author
Zef Hemel
committed
Added 'release' target to Makefile'
'
1 parent 3a9a811 commit fd233ec

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
@@ -6,3 +6,7 @@ test:
66

77
deps:
88
go get ./cmd/... ./pkg/...
9+
10+
release:
11+
rm -rf dist bin
12+
goreleaser

0 commit comments

Comments
 (0)