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(updatecli): improve GitHub CLI version filter pattern
Change GitHub CLI version filter from '~2.62' to '>=2.62.0' to
ensure proper version matching and updates. The ~2.62 pattern
was too restrictive and wasn't matching newer releases correctly.
The >=2.62.0 pattern will allow UpdateCLI to track all GitHub CLI
versions from 2.62.0 onwards while still respecting semantic
versioning constraints.
0 commit comments