sv4git
sv4git copied to clipboard
Semantic version and conventional commits for git
Results
11
sv4git issues
Sort by
recently updated
recently updated
newest added
This PR fixes the issue where multiple release tags pointing to same commit doesn't return the latest tag deterministically. The issue is presented here: ```shell $ git for-each-ref "refs/tags/v*" --sort...