Renovate config option to return release notes URL #26326
Unanswered
Anagabsoares
asked this question in
Request Help
Replies: 1 comment 1 reply
|
You should generally find links to the source URL and/or changelog URL in the PR body table already. Usually it's just to the source repository, where it's up to you to click through to "Releases" or a file like Changelog.md. Example: #26330 If you want something different to that then creating a mockup of what you mean would help us understand |
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Hi Renovate folks,
Currently, when Renovate updates a merge request (MR) with release notes, it includes the entire release notes content within the MR itself. While this is generally helpful, we have noticed that in some cases, release notes can become quite long, causing the MR page to take a significant amount of time to load, sometimes up to a minute or more.
It would be great if Renovate could provide an option to return the release notes URL instead of the full release notes content. This way, users can click on the URL to access the release notes separately, without overloading the MR page with lengthy release notes.
Maybe something like this?
Is there already a way to achieve this behavior, which I may have overlooked?
Thank you!
All reactions