Skip to content

Versions released on the same day do not get updates #7

@TTitcombe

Description

@TTitcombe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions