Skip to content

Bug: version.json generation is broken because release tags are missing #20

@hackathi

Description

@hackathi

When I transferred the files of this repo, I pushed the history but forgot to push the tags. This means that git describe --tags will fail to find a tag on a fresh clone.

To fix:

  • use git push --tags to re-push all tags from the original repo
  • create one tag on the commit this project was forked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions