mirror of
https://github.com/strongdm/comply
synced 2024-11-22 15:44:55 +00:00
restore dependencies for release target
This commit is contained in:
parent
14bde98a9f
commit
f6410c6fb9
4
Makefile
4
Makefile
@ -108,11 +108,13 @@ release: release-env dist release-deps
|
|||||||
@echo "version $(VERSION)"
|
@echo "version $(VERSION)"
|
||||||
@curl -L https://github.com/strongdm/comply/archive/$(VERSION).tar.gz |shasum -a 256
|
@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"))
|
$(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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
|
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
|
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
|
patch: clean gitsem
|
||||||
gitsem -m "increment patch for release (via Makefile)" patch
|
gitsem -m "increment patch for release (via Makefile)" patch
|
||||||
|
Loading…
Reference in New Issue
Block a user