]> source.dussan.org Git - gitea.git/commit
API: Get release by tags endpoint (#12932)
authorJohan Van de Wauw <johan@gisky.be>
Fri, 25 Sep 2020 19:11:43 +0000 (21:11 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 19:11:43 +0000 (20:11 +0100)
commit34d9cb335c08da785b90acb2c1001b93218f6ac2
tree71ad09ed927a79b891b857e97d4e43e506a6763d
parentd71eaacbf2ff9f97c3577ad9e3a9092f0fdab3ec
API: Get release by tags endpoint (#12932)

Get a release based on a tag name (for which a release exists).
Based on:
https://developer.github.com/v3/repos/releases/#get-a-release-by-tag-name

Co-authored-by: 赵智超 <1012112796@qq.com>
Co-authored-by: 6543 <6543@obermui.de>
integrations/api_releases_test.go
routers/api/v1/api.go
routers/api/v1/repo/release_tags.go [new file with mode: 0644]
templates/swagger/v1_json.tmpl