git-semv icon indicating copy to clipboard operation
git-semv copied to clipboard

🔖 Git plugin for Semantic Versioning

Results 1 git-semv issues
Sort by recently updated
recently updated
newest added

Can we add a date to when we use your tool? Currently if you do the following ``` git for-each-ref --sort=-taggerdate --format '%(refname:short) %(taggerdate:short)' refs/tags -or- git for-each-ref --format="%(refname:short) %(taggerdate)"...