Skip to content
Snippets Groups Projects
Verified Commit 73c279cb authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: remove release make target

parent a0d3f77a
No related branches found
No related tags found
No related merge requests found
Pipeline #3689 passed
...@@ -55,9 +55,3 @@ run.prod: migrate collectstatic ...@@ -55,9 +55,3 @@ run.prod: migrate collectstatic
run.debug: migrate run.debug: migrate
DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000 DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000
release: VERSION := `$(POETRY_RUN) python -c 'import tomli; print(tomli.load(open("pyproject.toml", "rb"))["tool"]["poetry"]["version"])'`
release:
git tag ${VERSION}
git push origin ${VERSION}
@echo "Release '${VERSION}' tagged and pushed successfully."
  • @eigenwijsje why remove? :-)

    btw. here is a implementation which evals the version at runtime only.

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