Find gitlab release tag from MR
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=435274) </details> <!--IssueSummary end--> ### Problem to solve It is not possible to find out the exact version/release/tag which has the fix gone into product via MR from UI. Workaround is to clone the repo scan with `git tag --contains …mr…commit…id… | sort --version-sort | head` for the merge commit and find the release details. There is milestone mentioned in MRs, but some will have incorrect milestone details or expired milestones and usually only list `X.y` version without `.z`/patch. ### Proposal Either give the tag details in MR page or provide a tool which can query for release details using MR provided
issue