mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +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
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue