Replies: 1 comment
-
yq doesn't know about semantic version strings (yet) - if you can convert the string to a number that's relative in size to the others, then you can use sort... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i would like to get the latest version of a yaml structure which contains semver and datever versions.
i want to implement
latest
as version which should select the latest version out of the unsorted versions.my current command sorts the result "wrong"
it should be:
Beta Was this translation helpful? Give feedback.
All reactions