DocumaticAI/doculog

Versions released on the same day do not get updates

Opened this issue · 0 comments

Bug description:

If multiple versions are released on the same day, only the first new version gets changelog updates.
This is happening because doculog searches for commits in a range of dates at day-level granularity. A more precise time must be extracted from git tags in order to differentiate between versions.

To replicate:

Make some changes, then tag with git tag -a "vMAJOR.MINOR.PATCH". Then repeat with a new version. Run doculog and see that no updates are given for the latter version