Description of the new feature
Including version numbers in release assets, as is currently the case (e.g., Microsoft.WindowsTerminal_1.24.10921.0_x64.zip) makes it difficult to provide a unique link for downloading the latest version via a script, where you could use a link such as the following: https://github.com/microsoft/terminal/releases/latest/download/Microsoft.WindowsTerminal.zip.
However, if the version number is included in the filename, as shown above, this method will not work.
Moreover, including the version number in the assets is unnecessary, as releases already contain the version number, via the respective tag.
Proposed technical implementation details
Just remove the version numbers from the released assets.
Description of the new feature
Including version numbers in release assets, as is currently the case (e.g., Microsoft.WindowsTerminal_1.24.10921.0_x64.zip) makes it difficult to provide a unique link for downloading the latest version via a script, where you could use a link such as the following: https://github.com/microsoft/terminal/releases/latest/download/Microsoft.WindowsTerminal.zip.
However, if the version number is included in the filename, as shown above, this method will not work.
Moreover, including the version number in the assets is unnecessary, as releases already contain the version number, via the respective tag.
Proposed technical implementation details
Just remove the version numbers from the released assets.