Skip to content

Commit 74ef60c

Browse files
Merge pull request #1202 from gooddata/snapshot-master-30a50a35-to-rel/dev
[bot] Merge master/30a50a35 into rel/dev
2 parents 93408f1 + 30a50a3 commit 74ef60c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.copyrightignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ gooddata-*-client/**
4343
venv/**
4444
.venv/**
4545
.python-version
46+
uv.lock
4647

4748
# Distribution / packaging
4849
**/.Python

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ release:
8787
.PHONY: release-ci
8888
release-ci:
8989
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
90+
uv run tbump $(VERSION) --only-patch --non-interactive && uv lock ; fi
9191

9292
.PHONY: check-copyright
9393
check-copyright:

0 commit comments

Comments
 (0)