docs: update generated docs

This commit is contained in:
nym21
2026-01-25 14:20:22 +01:00
parent 247d3c758b
commit b7acce6527
351 changed files with 2067 additions and 2065 deletions
+3 -1
View File
@@ -123,7 +123,9 @@ echo ""
cd "$ROOT_DIR"
# Verify all crates package correctly
cargo package --workspace --allow-dirty --exclude brk_playground
# 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
# Version bump, commit, and tag (but don't publish yet)
cargo release "$RELEASE_ARG" --execute --no-publish --no-confirm