EVerest / everest-dev-environment

Useful tools for developing EVerest
Apache License 2.0
12 stars 15 forks source link

Use versionsort.suffix when listing tag names (fixes #39) #40

Closed mhei closed 7 months ago

mhei commented 7 months ago

Tag names including suffixes like -rcXY or similar needs to be sorted before the final release/tag.

This is what git's versionsort.suffix is intended for, so let's use it.

Let's use a wide matching here, so that -rcX, -pre, -alpha etc. are covered - just to be on the safe side.