mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Update the lockfile in release/bump.sh
(#1924)
Otherwise it's easy to forget!
This commit is contained in:
parent
af39bbde75
commit
81bb9e9b6e
1 changed files with 4 additions and 1 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue