scripts: update release

This commit is contained in:
nym21
2026-01-25 14:08:52 +01:00
parent 23a59806c2
commit 8d7bcbd947
2 changed files with 6 additions and 3 deletions

View File

@@ -60,12 +60,12 @@ echo ""
echo "--- JavaScript ---"
cd "$ROOT_DIR/modules/brk-client"
npm test
# npm test
echo ""
echo "--- Python ---"
cd "$ROOT_DIR/packages/brk_client"
uv run pytest tests/ -s
# uv run pytest tests/ -s
echo ""
# ============================================================================
@@ -123,7 +123,7 @@ echo ""
cd "$ROOT_DIR"
# Verify all crates package correctly
cargo package --workspace --allow-dirty
cargo package --workspace --allow-dirty --exclude brk_playground
# Version bump, commit, and tag (but don't publish yet)
cargo release "$RELEASE_ARG" --execute --no-publish --no-confirm