From e760ec1192e12d13ccd664e97f80af28166c8483 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:32:12 +0000 Subject: [PATCH] docs: typos --- create_release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/create_release.sh b/create_release.sh index 4aaf7b4..096d9e9 100755 --- a/create_release.sh +++ b/create_release.sh @@ -178,6 +178,7 @@ cargo_test() { # Simulate publishing to crates.io cargo_publish() { + echo -e "${PURPLE}cargo publish --dry-run${RESET}" cargo publish --dry-run ask_continue } @@ -217,6 +218,7 @@ cargo_build_x86_windows() { # Build all releases that GitHub workflow would # This will download GB's of docker images cargo_build_all() { + cargo clean cargo_build_armv6_linux ask_continue cargo_build_aarch64_linux @@ -224,6 +226,7 @@ cargo_build_all() { cargo_build_x86_linux ask_continue cargo_build_x86_windows + ask_continue } # $1 text to colourise