Enhancement
This is not code related. Several GitHub projects, including https://github.com/spring-projects/spring-boot , implement behavior that redirects "latest" URLs to their latest release, e.g.
https://github.com/spring-projects/spring-boot/releases/latest
as of now redirects to
https://github.com/spring-projects/spring-boot/releases/tag/v2.3.4.RELEASE
This does not happen for https://github.com/spring-cloud/spring-cloud-cli/releases/latest , which currently redirects to
https://github.com/spring-cloud/spring-cloud-cli/releases
This redirect feature is extremely useful when implementing automated installation scripts, and it would be great to have it working for Spring Cloud CLI, too.