diff --git a/scripts/full-release.sh b/scripts/full-release.sh index 8f014b9..25f1274 100755 --- a/scripts/full-release.sh +++ b/scripts/full-release.sh @@ -56,7 +56,7 @@ fi if [[ $SKIP_CRATE_PUBLISH == true ]]; then params+=(--skip-publish) fi -cargo smart-release --update-crates-index "${params[@]}" +cargo smart-release --update-crates-index --no-changelog "${params[@]}" cargo build --release