From 28a9f1d3a313ec04173ed545a41367d9a4dff3fb Mon Sep 17 00:00:00 2001 From: Justin McCarthy Date: Wed, 16 May 2018 16:51:51 -0700 Subject: [PATCH] make updating homebrew formula easier --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b137bb9..97166d8 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,9 @@ release: release-env dist release-deps --name comply-$(VERSION)-linux-amd64.tgz \ --file dist/comply-$(VERSION)-linux-amd64.tgz + @echo "Update homebrew formula with the following: " + @echo "version $(VERSION)" + @curl -L https://github.com/strongdm/comply/archive/$(VERSION).tar.gz |shasum -a 256 patch-release: release-env push-assets patch release minor-release: release-env push-assets minor release