mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 06:20:12 -05:00
Update the lockfile in release/bump.sh (#1924)
Otherwise it's easy to forget!
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user