1
0
mirror of https://github.com/strongdm/comply synced 2024-06-25 19:44:24 +00:00

restore dependencies for release target

This commit is contained in:
Justin McCarthy 2018-05-18 11:38:13 -07:00
parent 14bde98a9f
commit f6410c6fb9
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -108,11 +108,13 @@ release: release-env dist release-deps
@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
patch-release: release-env push-assets patch release
$(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
curl -X POST --data-urlencode 'payload={"channel": "#release", "username": "release", "text": "comply $(VERSION) released", "icon_emoji": ":shipit:"}' https://hooks.slack.com/services/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
minor-release: release-env push-assets minor release
$(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
curl -X POST --data-urlencode 'payload={"channel": "#release", "username": "release", "text": "comply $(VERSION) released", "icon_emoji": ":shipit:"}' https://hooks.slack.com/services/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
patch: clean gitsem
gitsem -m "increment patch for release (via Makefile)" patch