We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93408f1 + 30a50a3 commit 74ef60cCopy full SHA for 74ef60c
.copyrightignore
@@ -43,6 +43,7 @@ gooddata-*-client/**
43
venv/**
44
.venv/**
45
.python-version
46
+uv.lock
47
48
# Distribution / packaging
49
**/.Python
Makefile
@@ -87,7 +87,7 @@ release:
87
.PHONY: release-ci
88
release-ci:
89
if [ -z "$(VERSION)" ]; then echo "Usage: 'make release-ci VERSION=X.Y.Z'"; false; else \
90
- uv run tbump $(VERSION) --only-patch --non-interactive ; fi
+ uv run tbump $(VERSION) --only-patch --non-interactive && uv lock ; fi
91
92
.PHONY: check-copyright
93
check-copyright:
0 commit comments