1
0
mirror of https://github.com/strongdm/comply synced 2024-11-05 07:25:26 +00:00

make updating homebrew formula easier

This commit is contained in:
Justin McCarthy 2018-05-16 16:51:51 -07:00
parent a12bd7ca7d
commit 28a9f1d3a3
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -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