From 64b90dd67834dd5b6acaff4f9a227efc18ccfed0 Mon Sep 17 00:00:00 2001 From: nym21 Date: Sun, 18 Jan 2026 00:08:20 +0100 Subject: [PATCH] release: auto accept version --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 249988b66..4bb558146 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -126,7 +126,7 @@ cd "$ROOT_DIR" cargo publish --workspace --dry-run --allow-dirty # Version bump, commit, and tag (but don't publish yet) -cargo release "$RELEASE_ARG" --execute --no-publish +cargo release "$RELEASE_ARG" --execute --no-publish --no-confirm # Publish crates with retry logic for rate limits "$SCRIPT_DIR/rust-publish.sh"