Skip to content

Commit 34d4f5b

Browse files
Merge pull request #15121 from amazon-mq/lukebakken/auto-update-versions-fix
Follow-up to #15118
2 parents 42046f8 + 1309e3c commit 34d4f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fetch_rabbitmq_versions() {
3333
--exclude-drafts \
3434
--exclude-pre-releases \
3535
--json tagName \
36-
--jq '.[].tagName | select(startswith("v4.")) | ltrimstr("v")')
36+
--jq '.[].tagName | select(startswith("v4.")) | ltrimstr("v")' | sort -V -r)
3737

3838
if (( ${#all_versions[@]} == 0 ))
3939
then

0 commit comments

Comments
 (0)