disable changelog generation for releases
This commit is contained in:
parent
eb199178b1
commit
14cd422207
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue