Update the lockfile in release/bump.sh (#1924)

Otherwise it's easy to forget!
This commit is contained in:
Zanie Blue 2024-02-23 13:45:46 -06:00 committed by GitHub
parent af39bbde75
commit 81bb9e9b6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Prepare for a release
#
#
# All additional options are passed to `rooster`
set -eu
@ -18,6 +18,9 @@ echo "Updating metadata with rooster..."
cd "$project_root"
rooster release "$@"
echo "Updating lockfile..."
cargo check
echo "Generating contributors list..."
echo ""
echo ""