disable changelog generation for releases

This commit is contained in:
Carson McManus 2022-01-15 12:32:18 -05:00
parent eb199178b1
commit 14cd422207

View file

@ -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