chore(api/rust): Automate updating of change logs

This commit is contained in:
Donny 2021-12-13 05:43:39 +09:00
parent b4c210d1d9
commit 4006d5691f

View File

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