Changelog is not loaded if versionCompatibility is used #42405
Unanswered
JB26
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate CLI
Which platform you running Renovate on?
Gitea
Which version of Renovate are you using?
43.104.2
Please tell us more about your question or problem
If I use
versionCompatibilityin a package rule, no changelogs are loaded. It seemscurrentCompatibilityis getting lost at some point. As a result no releases are matched than loading releases to create the changelog.Minimal reproducer:
https://github.com/JB26/renovatebot-missing-changelog-with-versionCompatibility
Suggested fix:
https://github.com/JB26/renovate/tree/fix-missing-changelog-with-versionCompatibility
Maybe related, at least I think it would be possible to fix this by using
versionCompatibility:#24900
Thanks for looking into this :)
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions