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

Add MakeFile for easier releases

parent 655eb7c1
No related branches found
No related tags found
No related merge requests found
Pipeline #74928 passed with warnings
.PHONY: release
release:
$(eval version:=$(shell cat VERSION))
echo $(version)
git commit VERSION -m "Version $(version)"
git tag $(version)
git push origin master $(version)
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