diff --git a/scripts/cargo/bump-with-cmd.sh b/scripts/cargo/bump-with-cmd.sh index e150527d941..024f8d0339f 100755 --- a/scripts/cargo/bump-with-cmd.sh +++ b/scripts/cargo/bump-with-cmd.sh @@ -3,6 +3,7 @@ set -eu git pull || true +yarn changelog sh -c "$@" # Ensure that Cargo.lock is up-to-date cargo metadata --format-version 1 > /dev/null