Update tag resolver to use tag order instead of author date

This commit is contained in:
Paul Hatcherian 2022-04-15 11:34:02 -04:00
parent 0e3d4652d7
commit cd16d71443
6 changed files with 126 additions and 13 deletions

View file

@ -1,7 +1,12 @@
![Build](https://github.com/PaulHatch/semantic-version/workflows/Build/badge.svg)
> *Version 5-alpha now available!*
> Version 5 adds support for several new features and allows easier extension/customization. See the [release notes](https://github.com/PaulHatch/semantic-version/releases/tag/v5.0.0-alpha) for more information.
> Version 5 adds support for several new features and allows easier extension/customization.
> ##### Breaking Changes
> - Versions now use the version number (`--sort=-v:*refname`) rather than date to determine which tag is the latest.
> - "Short tag" support removed
>
> See the [release notes](https://github.com/PaulHatch/semantic-version/releases/tag/v5.0.0-alpha) for more information.
# Git-Based Semantic Versioning