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: Exclude pre-release versions in fetch_latest_releases function (#495)
Updated the fetch_latest_releases function in utils.sh to filter out versions containing build numbers (e.g., -rc2, -alpha1) to ensure only stable releases are processed.
0 commit comments