Skip to content

use "vX.Y" tag names (aka semantic versioning) #75

@anarcat

Description

@anarcat

Hi!

Horst currently uses a tagging scheme like version-X.Y. this makes GitHub generate a tarball (and its content) that is weirdly named:

$ tar zft ../version-5.0.tar.gz  | head -1
horst-version-5.0/

If you would use the more conventional vX.Y or simply X.Y as a naming scheme, Github would strip away that v letter an create a more reasonable tarball:

$ tar zft ../build-area/horst-5.0.tar.gz  | head -1
horst-5.0/

This would be useful for the Debian package I am maintaining as it would make it possible to reproducibly rebuild the original tarball from the Git source more easily.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions