Skip to content

Commit 8fa04bb

Browse files
committed
Add release makefile rule
1 parent 292439f commit 8fa04bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ hashnode:
22
go install github.com/hashnode/hashnode-cli
33
dry-release:
44
goreleaser release --skip-publish --snapshot --rm-dist
5+
release:
6+
goreleaser --rm-dist

0 commit comments

Comments
 (0)