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: