Display released version that includes pull request in the PR right column #206885
Unanswered
tbertels
asked this question in
Pull Requests
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
Body
Right now, issues linked to a PR display the version that includes the PR linked to that issue:
But PRs on the other end don't include that information, so it's harder to know which version includes them:

You have to scroll down in the PR discussion until the "merged commit 1f7a212 into mpc-qt:master"
And click on the commit hash "1f7a212".
Then you'll see something like "master(mpc-qt/mpc-qt#636) v26.07 ... v26.01-master"

at the bottom of the merge commit description:
Where "v26.01-master" is the first version that includes the commit.
This is far from straightforward for users.
Note that it says "v26.01-master" (a tag on master) instead of "v26.01" (the tag of an actual release).
Instead, PRs should have a field on the right column that would show directly that information ("v26.01", not "v26.01-master").
All reactions