docs: update generated docs

This commit is contained in:
nym21
2026-01-14 22:46:51 +01:00
parent 467dfcc4b8
commit d9c829c3c6
349 changed files with 2038 additions and 2032 deletions
+7 -1
View File
@@ -107,6 +107,12 @@ echo "--- Python ---"
"$SCRIPT_DIR/python-docs.sh"
echo ""
# Commit generated docs
cd "$ROOT_DIR"
git add -A
git commit -m "docs: update generated docs" || echo "No doc changes to commit"
echo ""
# ============================================================================
# 4. CARGO RELEASE (Rust crates)
# ============================================================================
@@ -116,7 +122,7 @@ echo ""
cd "$ROOT_DIR"
# Version bump, commit, and tag (but don't publish yet)
cargo release "$RELEASE_ARG" --execute --no-publish --allow-dirty
cargo release "$RELEASE_ARG" --execute --no-publish
# Publish crates with retry logic for rate limits
"$SCRIPT_DIR/rust-publish.sh"