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.
2 parents 42046f8 + 1309e3c commit 34d4f5bCopy full SHA for 34d4f5b
.github/scripts/update-versions.sh
@@ -33,7 +33,7 @@ fetch_rabbitmq_versions() {
33
--exclude-drafts \
34
--exclude-pre-releases \
35
--json tagName \
36
- --jq '.[].tagName | select(startswith("v4.")) | ltrimstr("v")')
+ --jq '.[].tagName | select(startswith("v4.")) | ltrimstr("v")' | sort -V -r)
37
38
if (( ${#all_versions[@]} == 0 ))
39
then
0 commit comments