Skip to content

Tag versions in git #17

@neverpanic

Description

@neverpanic

Please provide tags for versions in git. This allows several package management systems (such as MacPorts, see https://trac.macports.org/ticket/42596) to track your software much more easily and enables the use of git describe to generate an appropriate version number in getcommit in setup.py.

However, I'd also like to ask you to avoid relying on calls to git to construct a version number for released packages (I guess it's fine for development versions), because package management systems often don't clone the repository from GitHub when building software, but use GitHub's automatically generated tarballs to avoid the git dependency when downloading, making your code fail.

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