Spaces:
Configuration error
Configuration error
Michele Dolfi
commited on
chore: update uv.lock with new release version (#89)
Browse filesSigned-off-by: Michele Dolfi <[email protected]>
.github/scripts/release.sh
CHANGED
@@ -11,6 +11,7 @@ CHGLOG_FILE="${CHGLOG_FILE:-CHANGELOG.md}"
|
|
11 |
|
12 |
# update package version
|
13 |
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version "${TARGET_VERSION}"
|
|
|
14 |
|
15 |
# collect release notes
|
16 |
REL_NOTES=$(mktemp)
|
@@ -30,7 +31,7 @@ mv "${TMP_CHGLOG}" "${CHGLOG_FILE}"
|
|
30 |
# push changes
|
31 |
git config --global user.name 'github-actions[bot]'
|
32 |
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
33 |
-
git add pyproject.toml "${CHGLOG_FILE}"
|
34 |
COMMIT_MSG="chore: bump version to ${TARGET_VERSION} [skip ci]"
|
35 |
git commit -m "${COMMIT_MSG}"
|
36 |
git push origin main
|
|
|
11 |
|
12 |
# update package version
|
13 |
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version "${TARGET_VERSION}"
|
14 |
+
uv lock --upgrade-package docling-serve
|
15 |
|
16 |
# collect release notes
|
17 |
REL_NOTES=$(mktemp)
|
|
|
31 |
# push changes
|
32 |
git config --global user.name 'github-actions[bot]'
|
33 |
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
34 |
+
git add pyproject.toml uv.lock "${CHGLOG_FILE}"
|
35 |
COMMIT_MSG="chore: bump version to ${TARGET_VERSION} [skip ci]"
|
36 |
git commit -m "${COMMIT_MSG}"
|
37 |
git push origin main
|