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
fix: update-release-version.sh for explicit versions
The update_internal_deps function was missing two YAML dependency formats
used in qlpack.yml files:
- Quoted exact versions without caret: `pack-name: "2.25.0"`
- Quoted pack names: `"pack-name": "2.25.0"`
This caused internal dependency references to remain at the old version
when running a version bump, while only the `version:` fields updated.
0 commit comments