heinrichreimer / action-github-changelog-generator

✏️ Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
MIT License
127 stars 34 forks source link

Changelog generation not working #5

Closed ToMe25 closed 4 years ago

ToMe25 commented 4 years ago

I recently tried to use this action to automatically generate a changelog for my Java Library, but for some reason it doesn't generate a real changelog from the commit descriptions, but only this:

Changelog

v1.0.146 (2020-07-21)

v1.0.145 (2020-07-20)

v1.0.144 (2020-06-19)

v1.0.143 (2020-06-12)

v1.0.142 (2020-06-12)

v1.0.141 (2020-06-12)

v1.0.140 (2020-06-12)

v1.0.139 (2020-06-10)

v1.0.138 (2020-06-10)

v1.0.137 (2020-06-10)

v1.0.136 (2020-06-10)

v1.0.135 (2020-06-10)

I have no idea whether that is because of some issue with my configuration, of this action or of github-changelog-generator.

ToMe25 commented 4 years ago

I just noticed it doesn't seem to be meant to care about commits, only PRs and issues.