We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like some tags are missing, but are present in changelog (HISTORY.rst).
there may be more
The text was updated successfully, but these errors were encountered:
$ grep -B1 '+++' HISTORY.rst |grep .-..-.|awk '{print $1}'|wc -l 53 $ git tag -l |wc -l 44
9 tags are missing!
Sorry, something went wrong.
And there are duplicate git tags:
$ git tag -l|fgrep 0.3.3 0.3.3 v0.3.3
➔ for tag in $(<tags); do grep -Fq $tag git-tags && continue; echo "missing tag: $tag"; done missing tag: 2.2.5 missing tag: 2.2.4 missing tag: 2.2.3 missing tag: 2.2.2 missing tag: 2.2.1 missing tag: 2.0.3 missing tag: 2.0.2 missing tag: 2.0.1 missing tag: 1.0.3 missing tag: 1.0.2 missing tag: 0.3.0
No branches or pull requests
Looks like some tags are missing, but are present in changelog (HISTORY.rst).
there may be more
The text was updated successfully, but these errors were encountered: