Ability to merge a tag into a given branch
<!--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=18466)
</details>
<!--IssueSummary end-->
I'm working on a project and the worflow we use his as this:
I have a four main branches:
* develop
* master
* staging
* production
When I merge develop into master, a tag is created with correct version number (from source code)
From the merge request creation screen, I'd like to be able to select a tag in the "source branch" select. So I can ship one app version from here. Otherwise, I can't protect pushing code on my environments branches as I needed to merge tags locally then push code.
issue