Android builds already include the version in their filenames (e.g., mhrv-rs-android-arm64-v8a-v1.7.6.apk), but other platforms don't (e.g., mhrv-rs-linux-amd64.tar.gz).
Please add the same version tag -v{version} before the file extension to Linux, macOS, Windows, and other release files for consistency.
It would be helpful for identification if all release filenames followed the same pattern and include the version. This makes it clear which version each asset belongs to without any double check.
Example:
mhrv-rs-linux-amd64-v1.7.6.tar.gz
mhrv-rs-macos-arm64-app-v1.7.6.zip
mhrv-rs-windows-amd64-v1.7.6.zip
Thanks!
Android builds already include the version in their filenames (e.g.,
mhrv-rs-android-arm64-v8a-v1.7.6.apk), but other platforms don't (e.g.,mhrv-rs-linux-amd64.tar.gz).Please add the same version tag
-v{version}before the file extension to Linux, macOS, Windows, and other release files for consistency.It would be helpful for identification if all release filenames followed the same pattern and include the version. This makes it clear which version each asset belongs to without any double check.
Example:
mhrv-rs-linux-amd64-v1.7.6.tar.gzmhrv-rs-macos-arm64-app-v1.7.6.zipmhrv-rs-windows-amd64-v1.7.6.zipThanks!