tools(make): release mechanism

This commit is contained in:
2026-07-14 16:56:44 +02:00
parent 7573c8118f
commit c35a811414
+2 -2
View File
@@ -168,7 +168,7 @@ psql: ## psql
.PHONY: release-%
release-%: .venv ## release major/minor/patch
$(UV) version --bump=$*
git add pyproject.toml uv.lock
$(NPM) pm version $* --no-git-tag-version || true
git add pyproject.toml uv.lock package.json
git commit -m "chore: $$(uv version --short)"
git tag "release/$$(uv version --short)" -m "$$(uv version)"
$(UV) build