[go: up one dir, main page]

Skip to content

Ability to merge a tag into a given branch

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

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.

Edited by 🤖 GitLab Bot 🤖