chore: create_release v0.5.7

This commit is contained in:
Jack Wills
2024-08-07 21:16:47 +00:00
parent 51fedc2ed5
commit ee9454a26f
+4 -4
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# rust create_release v0.5.6 # rust create_release v0.5.7
# 2024-07-27 # 2024-08-02
STAR_LINE='****************************************' STAR_LINE='****************************************'
CWD=$(pwd) CWD=$(pwd)
@@ -178,7 +178,7 @@ cargo_test() {
} }
# Simulate publishing to crates.io # Simulate publishing to crates.io
cargo_publish() { cargo_publish_dry_run() {
echo -e "${PURPLE}cargo publish --dry-run${RESET}" echo -e "${PURPLE}cargo publish --dry-run${RESET}"
cargo publish --dry-run cargo publish --dry-run
ask_continue ask_continue
@@ -266,7 +266,7 @@ release_flow() {
cargo_test cargo_test
cross_build_all cross_build_all
cargo_publish cargo_publish_dry_run
cd "${CWD}" || error_close "Can't find ${CWD}" cd "${CWD}" || error_close "Can't find ${CWD}"
check_tag check_tag