Don't include version number in release asset packages so it's easier to use latest release permanent links

Problem to solve

As someone who installs the glab cli via GL CI/CD automation into a custom docker image and desires to use official published release packages available at https://gitlab.com/gitlab-org/cli/-/releases, I want an easy way to install the latest release with a few simple commands.

Proposal

Rename the release asset package files to not include the release version like the Gitlab Runner project does. That way we can install the latest release referencing the generic OS-Arch-Package-Type at a URL like documented in https://docs.gitlab.com/ee/user/project/releases/release_fields.html#permanent-links-to-latest-release-assets. Something like: https://gitlab.com/gitlab-org/cli/-/releases/permalink/latest/downloads/glab_Linux_x86_64.deb

Further details

See Gitlab Runner project releases and the official GL releases docs which reference that project.