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:
4
templates/swagger/v1_json.tmpl
generated
4
templates/swagger/v1_json.tmpl
generated
@@ -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"
|
||||
|
Reference in New Issue
Block a user