Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use lower tag names to find releases/tags (go-gitea#29261)
Fix go-gitea#26090, see go-gitea#26090 (comment) 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`. https://github.com/go-gitea/gitea/blob/5e72526da4e915791f03af056890e16821bde052/services/repository/push.go#L396-L397 While the only other usage looks correct: https://github.com/go-gitea/gitea/blob/5e72526da4e915791f03af056890e16821bde052/routers/web/repo/repo.go#L416 (cherry picked from commit 0ea8de2)
- Loading branch information