scripts icon indicating copy to clipboard operation
scripts copied to clipboard

request to add sort to git tag list

Open jeffwithg opened this issue 3 years ago • 0 comments

on L134, the retrieved tags can be out of order depending on the versioning scheme. I'd recommend adding for submodule_tag in $(git tag --list --merged "${sub}/${branch}" | sort --version-sort --field-separator=.) to assure the tags are applied in the correct order.

jeffwithg avatar Jun 09 '22 20:06 jeffwithg