-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major overhaul of changelog retrieval #14138
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Would you consider support for running a script in the host repo to fetch release notes for "known" things that renovate doesn't necessarily need to implement itself? |
no |
What if there's release notes available on GitHub, but no |
It would be great to be able to configure custom URLs for release notes sources where renovate could fetch it's info from.
|
Is this the issue to track for Ruby changelogs as well? |
i think that should be a separate feature but can be tracked in list of this issue. please create a feature discussion to describe what the expected behavior should be. |
I would like to templatize custom changelog URLs ( Context: we have a "monorepo" with independent release object for each component (here docker images), we choose to name releases with something like Another way to match our needs will be to specify a release name prefix (by example: |
@rarkins FYI, this is the situation for our private packages. We have no |
I am not sure if this has been mentioned before; I guess right now fetching is only supported from github gitlab etc because there is some knowledge of where the change logs for releases are. But if I specify the full url in the custom datasources json why cant this be fetched? Put the links (old and new version) in the PR and show a diff (old vs new) directly.
Of course the underlying download step should take the settings in |
What would you like Renovate to be able to do?
We should do a major refactoring of the current changelog retrieval to support more datasources. Currently we only support GitLab and GitHub.
features
known bugs
If you have any ideas on how this should be implemented, please tell us here.
Refactor existing code to decouple gitlab and github code.
Use base classes for shared code / functions.
Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: