Skip to content
Snippets Groups Projects
Commit ed591cf6 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Add makefile to build release

parent fae5ba09
No related branches found
No related tags found
No related merge requests found
Pipeline #77930 passed
.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