tomasbjerre / git-changelog-maven-plugin

Maven plugin that can generate a changelog, or releasenotes, from git repository
Other
78 stars 35 forks source link

Last GitLab commits are missing #40

Closed arboeh closed 2 years ago

arboeh commented 2 years ago

Strange behaviour: The last commits in the changelog from GitLab are missing for me. The latest entry in the changelog is from 03/23. If I configure the hashes with the properties "fromCommit" and "toCommit" the last entries from 03/25 are shown also.

CHANGELOG | WITHOUT fromCommit and toCommit
Changelog für xxxx.

HTML ...
1234567890 xy 2022-03-23 12:28:16

Merge ...
1234567890 xy 2022-03-23 10:28:51

Changelog geändert ...
1234567890 xy 2022-03-23 10:28:35

...

vs

CHANGELOG | WITH fromCommit and toCommit
Changelog für xxxx.

Issue ...
1234567890 xy 2022-03-25 07:23:07

Font-Family ...
1234567890 arboeh 2022-03-24 12:39:10

Lifecycle ...
1234567890 arboeh 2022-03-24 12:17:13

...
tomasbjerre commented 2 years ago

Fixed in 1.89.