Closed robinmatz closed 2 years ago
Hi, @robinmatz. Thank you for creating the issue.
It looks like you do not have any release created on your repository. Changelog CI relies on GitHub Releases to keep track of changes on each release version.
Please refer to the Docs to learn more: https://github.com/saadmk11/changelog-ci#how-does-it-work :)
Hi @saadmk11 , thanks for your reply. I tried again with releases between the PRs, as you explained, and it works as expected.
So, the workflow would be
Then it would read
That cleared it for me, so there's no need to keep this issue open 😉
Describe the bug
Changelog CI links the same PR references for multiple versions.
Your Environment
Workflow Run URL (if Public Repository): You can see this in this file: https://github.com/robinmatz/changelog-ci-poc/pull/6/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed
Contents of Your Changelog-CI Workflow File (.yaml File):
Contents of Changelog-CI Configuration File (If Applicable):
Expected behavior
I expect there be only the newest PRs since the last release:
Actual behavior
All PRs are listed under the newest version
Additional context
Please checkout the repo for additional context on PR history: https://github.com/robinmatz/changelog-ci-poc/pulls?q=is%3Apr+is%3Aclosed
Please also let me know if the issue is with my setup.