diff --git a/scripts/full-release.sh b/scripts/full-release.sh index 1f51704..e95be6d 100755 --- a/scripts/full-release.sh +++ b/scripts/full-release.sh @@ -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[@]}"