Tag on Merge (merge request)
Created by: MeirionHughes
Given you refuse to use fast-forward... (https://github.com/gitlabhq/gitlabhq/issues/2324)
can you add on the ability to tag the resulting merge commit? i.e. when accepting a merge request, have option to specify a tag to apply to merge commit.
I'm doing Continuous integration off my master branches that requires the commit to he tagged with the version number.
There is no easy way to do this quickly enough in the web browser (do the merge, then create the tag before the automatic build pulls the repository).