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
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
It would be very useful to see which tag (typically a version number) a particular commit (or merged PR) first appears in. Basically git tag --contains $COMMIT. Or perhaps just show all tags in chronological order (since most commits would often appear first in a release candidate)