mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Move bump.sh
to scripts/release.sh
(#2787)
I find this more discoverable and since we're putting files in the top-level `scripts/` folder now this seems okay.
This commit is contained in:
parent
4c3e5f0f7d
commit
4838c4da0a
2 changed files with 5 additions and 3 deletions
|
@ -2,12 +2,14 @@
|
|||
# Prepare for a release
|
||||
#
|
||||
# All additional options are passed to `rooster`
|
||||
#
|
||||
# See `scripts/release` for
|
||||
set -eu
|
||||
|
||||
script_root="$(realpath "$(dirname "$0")")"
|
||||
project_root="$(dirname "$(dirname "$script_root")")"
|
||||
project_root="$(dirname "$script_root")"
|
||||
|
||||
cd "$script_root"
|
||||
cd "$script_root/release"
|
||||
echo "Setting up a temporary environment..."
|
||||
uv venv
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue