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
- Combine release and RC version detection into single regex pattern
- Remove separate logic for release vs RC versions
- Use unified pattern: ^v[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$
0 commit comments