semantic-gitlog/gradle-semantic-gitlog

7 + unreleased change logs entries are available

Closed this issue · 1 comments

The changelog works like a stack and shows me only the last 7 entries (versions created from tags). But there are actually more with correct conventional messages/

Could it be configured somehow? or plugin has some limitations ?

UPD:
On local machine it works fine, but on the remote as a part of GitLab pipeline this issue occurs. Any idea how to fix it?

git fetch --depth=100500 - It was my bad - works like a charm. The default depth was 20