Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakski committed Jan 10, 2024
1 parent 436fd4d commit e3cdfc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/list-all
Expand Up @@ -4,6 +4,6 @@ set -euo pipefail

declare janet_repo="https://github.com/janet-lang/janet"
git ls-remote --tags --refs "$janet_repo" |
sed -ne 's/.*\s\+refs\/tags\/v\(\([[:digit:]]\+\.\)\{2\}[[:digit:]]\+\)$/\1/p' |
sed -ne 's/.*refs\/tags\/v\(\([[:digit:]]\+\.\)\{2\}[[:digit:]]\+\)$/\1/p' |
LC_ALL=C sort -t. -k 1,1 -k 2,2n -k 3,3n -k 4,4n -k 5,5n |
xargs printf "%s "

0 comments on commit e3cdfc6

Please sign in to comment.