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
allow to specify version with v semantic like v1.0.0
This will be a breaking change. Internally we will make no distinction between
tags starting with `v` prefix and ones that doesn't have it. This means
that for version `0.x` for the cli, because we changed the tag naming in
the latest releases, the `0.x` version will be expaned to `0.36.rc2`
instead of `0.34.2`.
0 commit comments