Allow creation of annotated tags with the Release API
What does this MR do and why?
Allow creation of annotated tags with the Release API.
Related to #268018 (closed)
Screenshots or screen recordings
- Release
v1.6.0
was created withtag_name
andref
- Release
v1.6.1
was created withtag_name
,ref
, andtag_message
How to set up and validate locally
-
Use the Release API to create a release with
tag_name
andref
. Verify that the newly created tag is lightweight. -
Use the Release API to create a release with
tag_name
,ref
, andtag_message
. Verify that the newly created tag is annotated withtag_message
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Alishan Ladhani