Skip to content

Unexpected change in release asset naming convention (removal of version tag) #10675

@lanius412

Description

@lanius412

Hi, I noticed that the naming convention for release assets has changed unexpectedly.

Previously, the assets were named: coreutils-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}}

However, the 0.6.0 release, they are now: coreutils-{{.Arch}}-{{.OS}}.{{.Format}}

Impact

This change has broken automated installation scripts that rely on the version string being present in the filename.
e.g. aqua, mise

Request

Could you please clarify if this change was intentional? If possible, I would recommend reverting to the previous naming convention (including {{.Version}}) to maintain backward compatibility and ensure easier version tracking of the downloaded binaries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions