From 7504bfee877c99d339bcd9c15503b5f3ed364821 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Wed, 13 Nov 2019 18:38:55 +0300 Subject: [PATCH] ADD: goreleaser to makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90e8816..7f8460a 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,5 @@ build: release: git tag $(VERSION) - git push origin $(VERSION) \ No newline at end of file + git push origin $(VERSION) + goreleaser \ No newline at end of file