You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔨 Improve release script with lock file handling
Add UV lock file updating during release process
- Add new update_lockfile() function to refresh uv.lock before release
- Add type annotation to replace_version function for better typing
- Update commit_and_push to include uv.lock in staged files
- Integrate lockfile update into main release workflow
This ensures the dependency lockfile is always updated with the
correct package version during releases, improving consistency.
0 commit comments