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 has been 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)
The text was updated successfully, but these errors were encountered:
I'm not sure how long it's been there, but you can actually do this now, although it's not as simple as I would prefer. (eg showing it on the PR automatically.)
If you can find the point in a PR where it was merged, the commit link shows whether the commit belongs to master and also summarises the tags which contain the commit.
weswigham merged commit 7e63150 into Microsoft:master 21 days ago
That link is to the commit page microsoft/TypeScript@7e63150, which (once you scroll past the commit message) shows that the commit is in master and the tags v2.7.0 and v2.7-rc.
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)The text was updated successfully, but these errors were encountered: