mirror of https://github.com/go-gitea/gitea.git
Do not use lower tag names to find releases/tags (#29261)
Fix #26090, see https://github.com/go-gitea/gitea/issues/26090#issuecomment-1952013206 Since `TagName` stores the original tag name and `LowerTagName` stores the lower tag name, it doesn't make sense to use lowercase tags as `TagNames` in `FindReleasesOptions`.pull/29143/head^25e72526da4/services/repository/push.go (L396-L397)While the only other usage looks correct:5e72526da4/routers/web/repo/repo.go (L416)
parent
5e72526da4
commit
0ea8de2d07
Loading…
Reference in New Issue