Define a default branch for creating tags

Description

Define a default branch for creating tags

Overview

When creating a new tag with Gitlab, the default source branch is the default branch defined for the project.

For some projects, you may want to create tags from a particular branch (not the main default one). Exemple : branch "release" or something like that.

This branch could be defined in the project settings, as the default branch is. Exemple : Default source branch for tags

/label ~"feature proposal"

Edited by Romain