mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +00:00
capture sha
This commit is contained in:
parent
2a4486315e
commit
deeb8c1695
5
Makefile
5
Makefile
@ -105,8 +105,9 @@ release: release-env dist release-deps
|
||||
--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
|
||||
$(eval SHA := $(shell curl -s -L https://github.com/strongdm/comply/archive/$(VERSION).tar.gz |shasum -a 256))
|
||||
@echo "version $(VERSION) sha $(SHA)"
|
||||
|
||||
|
||||
patch-release: release-env push-assets patch release
|
||||
$(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
|
||||
|
Loading…
Reference in New Issue
Block a user