From 55a8bee695dcd3739cdd44434d065bc9ad8e7ad5 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sat, 1 Jul 2023 07:15:20 -0400 Subject: [PATCH] update release script --- scripts/full-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/full-release.sh b/scripts/full-release.sh index c071b21..e7d03e9 100755 --- a/scripts/full-release.sh +++ b/scripts/full-release.sh @@ -66,7 +66,7 @@ fi if [[ $SKIP_CRATE_PUBLISH == true ]]; then params+=(--no-publish) fi -cargo smart-release --update-crates-index --no-changelog --no-push --no-publish "${params[@]}" +cargo smart-release --update-crates-index --no-changelog --no-tag --no-push --no-publish "${params[@]}" #echo "Verify that the publish succeeded, and Press any key to continue..." # read -n 1 -s -r