Skip to content
Snippets Groups Projects
Unverified Commit bb1aa2dc authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

bootstrap versioning

parent 6d75e233
No related branches found
Tags 0.1.0
No related merge requests found
.PHONY: release
release:
$(eval version:=$(shell cat VERSION))
echo $(version)
git commit VERSION -m "Version $(version)"
git tag $(version)
git push origin main $(version)
0.0.1
0.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment