Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inform users in a Pull Request if it has been released #16270

Open
fnetX opened this issue Jun 27, 2021 · 1 comment
Open

Inform users in a Pull Request if it has been released #16270

fnetX opened this issue Jun 27, 2021 · 1 comment
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active.

Comments

@fnetX
Copy link
Contributor

fnetX commented Jun 27, 2021

A feature that I frequently miss with Git hosters (and find useful for Gitea):

If I have a look at a merged pull request, it's not always obvious if I can just update the software to a newer release, or if I have to wait. So I'd really appreciate some kind of information that shows if the Pull Request is included in a tag / release afterwards of if it's too new.

@noerw noerw added the type/feature Completely new functionality. Can only be merged if feature freeze is not active. label Jun 27, 2021
@zeripath
Copy link
Contributor

zeripath commented Jun 27, 2021

git describe --contains would do this for the merge commit id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

No branches or pull requests

3 participants