]> source.dussan.org Git - gitea.git/commit
Prevent 500 on draft releases without tag (#16634)
authorzeripath <art27@cantab.net>
Fri, 6 Aug 2021 01:13:16 +0000 (02:13 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 01:13:16 +0000 (21:13 -0400)
commit067d82b5a6eb223ff6f6bfa1755e0a2c5bab1d3f
tree4833066c65005d7cc1788a6dcd495f7d04a8d411
parentab9bb54144f136bbbba2ce2e94fd88c0be0ee1cf
Prevent 500 on draft releases without tag (#16634)

It is possible to create draft releases prior to creating a tag. This will cause a
500 on the releases page due to compare page failing.

This PR only shows the compare button if there is a SHA1 present.

Fix #16610

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
templates/repo/release/list.tmpl