go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
43.02k stars 5.31k forks source link

Link the latest release to the direct latest download URL #31408

Open vinibali opened 2 weeks ago

vinibali commented 2 weeks ago

Feature Description

Hello there! Could you please link the latest release to the latest download tag? This would help to pick up the latest binaries on the go. The URL which would work in case of amd64 should be:

https://github.com/go-gitea/gitea/releases/latest/download/gitea-linux-amd64

but it's not pointing anywhere. BR

Screenshots

No response

wxiaoguang commented 2 weeks ago

The latest is set. But the problem is that the binary file itself contains the version number. So https://github.com/go-gitea/gitea/releases/latest/download/gitea-linux-amd64 is redirected to https://github.com/go-gitea/gitea/releases/download/v1.22.0/gitea-linux-amd64 but gitea-linux-amd64 doesn't exist.

@techknowlogick