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: Semver version pre field doesn't contain dash (-) (#156)
This fixes the helm repo selection based on the parsed version. The old
code had several short-comings:
- The `pre` field doesn't include the dash used to separate version from
pre. The matching however included this dash, resulting in wrong repo
selection.
- Versions where `pre` starts with `pr` didn't probably select the Helm
test repo.
0 commit comments