website: snapshot

This commit is contained in:
nym21
2026-01-25 20:11:32 +01:00
parent 543cde525e
commit 35bf1afcff
38 changed files with 2221 additions and 3018 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ echo ""
echo "--- Rust ---"
cd "$ROOT_DIR"
cargo test --workspace --exclude brk_playground
cargo test --workspace
echo ""
echo "--- JavaScript ---"
@@ -125,7 +125,7 @@ cd "$ROOT_DIR"
# Verify all crates package correctly
# Note: --no-verify skips rebuild check due to version collision with crates.io
# The cargo build --workspace --release step above already verified compilation
cargo package --workspace --allow-dirty --exclude brk_playground --no-verify
cargo package --workspace --allow-dirty --no-verify
# Version bump, commit, and tag (but don't publish yet)
cargo release "$RELEASE_ARG" --execute --no-publish --no-confirm