We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e6b02 commit b223139Copy full SHA for b223139
scripts/docs-versions.sh
@@ -3,7 +3,7 @@
3
git tag --list | \
4
grep -v -E '0\.1?[0-9]\.' | \
5
grep '^[0-9]' | \
6
-tac | \
+sort -rV | \
7
awk '
8
BEGIN {
9
print "{"
0 commit comments