action-get-latest-tag icon indicating copy to clipboard operation
action-get-latest-tag copied to clipboard

Support lexicographical sorting

Open rustycl0ck opened this issue 3 years ago • 1 comments

Allow to return the largest tag after lexicographical sorting. This can be usefule in returning largest semver tag. Main use case can be in the projects where multiple versions are supported. For example, v2.38.6 is the latest stable version but a recent security patch was pushed in version v1.15.8. Thus, it is now possible to sort in lexicographical order and get the highest semver version (v2.38.6).

rustycl0ck avatar Nov 02 '21 05:11 rustycl0ck

ping @micnncim for review/close

rustycl0ck avatar May 09 '23 04:05 rustycl0ck