Skip to content

Create tag shortcut from the Commit page

username-removed-645669 requested to merge akramfares/gitlab-ce:master into master

What does this MR do?

Adds a "New Tag" link to the options menu on the right. This link is a shortcut to create a new tag with the SHA pre-filled.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

It's a one click action to create a new tag based on the commit SHA, rather than copy/paste it to the form.

Screenshots (if relevant)

gitlab-newtag

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/22534

Merge request reports