mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 10:19:11 +01:00
parent
b63e2e0ded
commit
4ae5a54c1f
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ func (r *Release) APIFormat() *api.Release {
|
|||
ID: r.ID,
|
||||
TagName: r.TagName,
|
||||
Target: r.Target,
|
||||
Title: r.Title,
|
||||
Note: r.Note,
|
||||
URL: r.APIURL(),
|
||||
TarURL: r.TarURL(),
|
||||
|
|
Loading…
Reference in a new issue