Open
Description
Describe the bug
During the release process the release notes are auto generated.
These note do not reflect that actual change, and is comparing the wrong version.
What I have seen is the release notes is trying to compare the difference between v0.1.0
and version being released.
To Reproduce
Steps to reproduce the behavior:
Hard to reproduce without trying to create a release.
Expected behavior
It would be expected the at the change would be made between the version in previous in the chain.
This would mean that if v1.1.2 was released it would compare with v1.1.1. I mean the chain, and not the previous release as the previous release could be v1.2.1 or v1.1.4, if there is back porting of fixes happening