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:
Zanie Blue 2024-04-02 18:25:27 -05:00 committed by GitHub
parent 4c3e5f0f7d
commit 4838c4da0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -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