scripts: update release

This commit is contained in:
nym21
2026-01-25 14:36:46 +01:00
parent dad7780ab8
commit 543cde525e
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -34,5 +34,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git" "url": "git+https://github.com/bitcoinresearchkit/brk.git"
}, },
"type": "module", "type": "module",
"version": "0.1.0-alpha.6" "version": "0.1.0-beta.0"
} }
+2 -2
View File
@@ -60,12 +60,12 @@ echo ""
echo "--- JavaScript ---" echo "--- JavaScript ---"
cd "$ROOT_DIR/modules/brk-client" cd "$ROOT_DIR/modules/brk-client"
# npm test npm test
echo "" echo ""
echo "--- Python ---" echo "--- Python ---"
cd "$ROOT_DIR/packages/brk_client" cd "$ROOT_DIR/packages/brk_client"
# uv run pytest tests/ -s uv run pytest tests/ -s
echo "" echo ""
# ============================================================================ # ============================================================================
+1
View File
@@ -21,6 +21,7 @@ CRATES=(
brk_computer brk_computer
brk_query brk_query
brk_bindgen brk_bindgen
brk_website
brk_server brk_server
brk_client brk_client
brk brk