update full release script
This commit is contained in:
parent
9d1f2a7ee7
commit
f9385ac78e
1 changed files with 2 additions and 1 deletions
|
@ -52,9 +52,10 @@ if [[ $DRY_RUN == false ]]; then
|
|||
fi
|
||||
if [[ $BUMP != "" ]]; then
|
||||
params+=(--bump "$BUMP")
|
||||
params+=(--bump-dependencies "$BUMP")
|
||||
fi
|
||||
if [[ $SKIP_CRATE_PUBLISH == true ]]; then
|
||||
params+=(--skip-publish)
|
||||
params+=(--no-publish)
|
||||
fi
|
||||
cargo smart-release --update-crates-index --no-changelog "${params[@]}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue