Skip to content

Commit b223139

Browse files
authored
Fix version sorting in API docs (#13994)
1 parent 72e6b02 commit b223139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docs-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
git tag --list | \
44
grep -v -E '0\.1?[0-9]\.' | \
55
grep '^[0-9]' | \
6-
tac | \
6+
sort -rV | \
77
awk '
88
BEGIN {
99
print "{"

0 commit comments

Comments
 (0)