mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-14 11:14:45 +00:00
Update tag resolver to use tag order instead of author date
This commit is contained in:
parent
0e3d4652d7
commit
cd16d71443
6 changed files with 126 additions and 13 deletions
|
|
@ -1,7 +1,12 @@
|
|||

|
||||
|
||||
> *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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue