mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-08 14:11:56 -07:00
docs: update generated docs
This commit is contained in:
+4
-5
@@ -55,6 +55,10 @@ echo ""
|
||||
|
||||
echo "--- Rust ---"
|
||||
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 --no-verify
|
||||
cargo test --workspace
|
||||
echo ""
|
||||
|
||||
@@ -122,11 +126,6 @@ echo ""
|
||||
|
||||
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 --no-verify
|
||||
|
||||
# Version bump, commit, and tag (but don't publish yet)
|
||||
cargo release "$RELEASE_ARG" --execute --no-publish --no-confirm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user