-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Create Pullrequest from tags #12251
Comments
I think even github didn't support this. |
@lunny GitHub has this functionality |
@lunny Unfortually the "Create PullRequest"-Button is not there :( |
for example with 1.0.0.0 is a tag |
As far as my understanding is correct, Gitea makes a difference between a branch-head and a tag. to get this running, gitea has to threat a tag and a branch-head equally |
@lunny I added a basic tag-pull-request-functionality on my fork: I'll try the forked version with my team to see any compatibility problems with old PRs, etc |
@sharpSteff, see PR #15723. It doesn't enable creating a pull request, but it lets you select tags to compare. So once this gets reviewed, you may want to merge it into your fork. I also confirmed that GitHub does not currently have a UI to create a pull request from a tag. It's probably just not a very common workflow. |
[x]
):Description
We have the usecase to create Pullrequests from available tags
via GIT CLI its the same as for branches
git checkout destination_branch
git merge your_tag
However gitea does not show any tags within the pullrequest control
Do I miss something?
The text was updated successfully, but these errors were encountered: