From 670518bbe5a4b78a8a00b469b1fc5c88754c5be5 Mon Sep 17 00:00:00 2001 From: Jan Kadlec Date: Wed, 29 Oct 2025 11:18:42 +0100 Subject: [PATCH] chore: lock `uv.lock` after version bump Lock `uv.lock` after version bump and also exclude `uv.lock` from copyright. --- .copyrightignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.copyrightignore b/.copyrightignore index 3bc7cd0f4..9e4f51c11 100644 --- a/.copyrightignore +++ b/.copyrightignore @@ -43,6 +43,7 @@ gooddata-*-client/** venv/** .venv/** .python-version +uv.lock # Distribution / packaging **/.Python diff --git a/Makefile b/Makefile index 1fd130240..03bd376a5 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ release: .PHONY: release-ci release-ci: if [ -z "$(VERSION)" ]; then echo "Usage: 'make release-ci VERSION=X.Y.Z'"; false; else \ - uv run tbump $(VERSION) --only-patch --non-interactive ; fi + uv run tbump $(VERSION) --only-patch --non-interactive && uv lock ; fi .PHONY: check-copyright check-copyright: