From c35a81141486f71575a6b326b4e5671cc9465b75 Mon Sep 17 00:00:00 2001 From: klemek Date: Tue, 14 Jul 2026 16:56:01 +0200 Subject: [PATCH] tools(make): release mechanism --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7fdf944..72ef445 100644 --- a/Makefile +++ b/Makefile @@ -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