QueueMe version: 0.0.12 according to https://pypi.org/project/qme/0.0.12/ but there is no tags in this repo so git describe fails to describe current state (are we past 0.0.12 or on it etc)?
my workflow typically is to git tag -s locally to get an annotated (with changelog cut/pasted)/signed proper git tag, push it to github, go to releases, click "Edit release" for that tag, and just "save" it without any changes -- that makes that tag into Release and keeps original annotation as description for it. Releases done on github directly create non-annotated git tags, which are inferior.
git describe
fails to describe current state (are we past 0.0.12 or on it etc)?my workflow typically is to
git tag -s
locally to get an annotated (with changelog cut/pasted)/signed proper git tag, push it to github, go to releases, click "Edit release" for that tag, and just "save" it without any changes -- that makes that tag into Release and keeps original annotation as description for it. Releases done on github directly create non-annotated git tags, which are inferior.