Closed
Description
Describe the bug
This is not a Release note generator bug exactly. But present in the example usage.
When checking the tag for release version the previous tags are ordered by date, not by the version number. This causes problems when a bugfix of earlier but still supported version is release after the latest actual version.
The code causing it can be found here.
To Reproduce
Steps to reproduce the behavior OR commands run:
- Release version 1.0.0
- Release version 1.1.0
- Release version 1.0.1
- Try to release version 1.2,0
- See error
Expected behavior
The highest version is taken into consideration, not the latest.