Skip to content

Please consider not using a hyphen or dash in the tag #126

@debarshiray

Description

@debarshiray

Currently, the Git tags used in github.com/NVIDIA/go-nvml contain a hyphen or dash:

$ git tag
...
v0.12.3-0
v0.12.4-0

Some downstream distributors like Fedora package Go modules separately, and they don't expect the upstream version string to contain a hyphen or dash. Instead, they expect to use it to separate the upstream version number from the downstream build number.

So, if possible, it would be helpful if the hyphen or dash in the Git tags were replaced with a dot. eg., v0.12.3.0, v0.12.4.0, etc..

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