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
There is currently Git tags prefixes "release-" (old ones I guess) and "0.".
It would probably be more readable to switch to a "v" (or "rust-") prefix for version tags (like for the Linux repository). This way, it's easier to filter version tags (e.g. with "git tag -l v*"). It's especially useful when there is other tags than for version (e.g. local tags).