How to download the latest release from a Github repository
19 Aug 2021 | #techWe often want to download the latest release of an application from Github, however it used to be hard without knowing the latest version. But now we can do the followings:
https://github.com/<user>/<repo>/releases/latest
takes you to the latest release page, e.g. https://github.com/Azure/kubelogin/releases/latesthttps://github.com/<user>/<repo>/releases/latest/download/<filename>
gets you a binary from the latest release, e.g. https://github.com/Azure/kubelogin/releases/latest/download/kubelogin-linux-amd64.zip