Packages

A Req plugin for authenticating with AWS IMDSv2

Current section

Files

Jump to
req_imdsv2 Makefile
Raw

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