Clarify the conditions in which `ref` is required
What does this MR do?
Clarifies the conditions in which ref
is required when making a POST
request to the Release API:
- If
tag_name
references an existing tag,ref
is not required - If
tag_name
is a new tag that should be created,ref
is required
Edited by 🤖 GitLab Bot 🤖