Open
Description
- Gitea version (or commit ref): 1.10.0+dev-142-g7ca5dd0
- Git version: latest
- Operating system: Ubuntu
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
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?