mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Fix tagging with make
Version name was not being prefixed with "v".
This commit is contained in:
parent
64eb8e0c92
commit
88542b3d18
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ version: ## Print the current tutor version
|
||||
@python -c 'import io, os; about = {}; exec(io.open(os.path.join("tutor", "__about__.py"), "rt", encoding="utf-8").read(), about); print(about["__version__"])'
|
||||
|
||||
tag: ## Create a release, update the "latest" tag and push them to origin
|
||||
$(MAKE) retag TAG=$(shell make version)
|
||||
$(MAKE) retag TAG=v$(shell make version)
|
||||
$(MAKE) retag TAG=latest
|
||||
|
||||
retag:
|
||||
|
Loading…
Reference in New Issue
Block a user