Fix scripts not detecting 26.1 branch

This commit is contained in:
embeddedt 2026-05-06 18:19:17 -04:00
parent 3f22e23565
commit 4ec8ef753a
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
git ls-remote --heads origin | awk '{print $2}' | grep -E '^refs/heads/1\.' | sed 's:.*/::' | sort -V | grep -E '^1\.[0-9]*(\.[0-9]*)?$' git ls-remote --heads origin | awk '{print $2}' | grep -E '^refs/heads/[0-9]+\.' | sed 's:.*/::' | sort -V | grep -E '^[0-9]+\.[0-9]*(\.[0-9]*)?$'