mirror of
https://github.com/astral-sh/uv
synced 2026-01-10 16:13:44 -05:00
Remove the preview changelog (#6259)
I'll link to the old file in Git from the release changelog for 0.3.0
This commit is contained in:
@@ -10,16 +10,9 @@ project_root="$(dirname "$script_root")"
|
||||
echo "Updating metadata with rooster..."
|
||||
cd "$project_root"
|
||||
|
||||
# Update the preview changelog
|
||||
# Update the changelog
|
||||
uv tool run --from 'rooster-blue>=0.0.7' --python 3.12 -- \
|
||||
rooster release "$@" \
|
||||
--only-sections preview \
|
||||
--changelog-file PREVIEW-CHANGELOG.md \
|
||||
--no-update-pyproject --no-update-version-files
|
||||
|
||||
# Update the real changelog
|
||||
uv tool run --from 'rooster-blue>=0.0.7' --python 3.12 -- \
|
||||
rooster release "$@" --without-sections preview
|
||||
rooster release "$@"
|
||||
|
||||
echo "Updating lockfile..."
|
||||
cargo update -p uv
|
||||
|
||||
Reference in New Issue
Block a user