Current section
Files
Jump to
Current section
Files
req_imdsv2
Makefile
Makefile
VERSION := $(shell mix eval 'Mix.Project.config()[:version] |> IO.puts')
.PHONY:
tag:
git tag -f "v$(VERSION)"
git push origin "v$(VERSION)"
.PHONY:
publish: tag
mix hex.publish