1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-31 22:58:35 +00:00

Support annotated tags when using create release API (#31840)

This adds a new field, "tag_message", that represents the message of the
annotated tag.

Resolves #31835.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
Kemal Zebari
2025-06-17 22:12:38 -07:00
committed by GitHub
parent 0e6c1224e5
commit 416ff1fd31
3 changed files with 8 additions and 1 deletions

View File

@@ -22295,6 +22295,10 @@
"type": "boolean",
"x-go-name": "IsPrerelease"
},
"tag_message": {
"type": "string",
"x-go-name": "TagMessage"
},
"tag_name": {
"type": "string",
"x-go-name": "TagName"