Skip to content

Update Changelog to use urls instead of references

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

Tools like Renovate include changelogs in the MRs to update dependencies. While the reference in the changelog works for projects that are hosted on the same instance, it does not work, if you have dependencies from other instances (like the GitLab chart on a self-hosted instance).

There is no way to click the link to the MR or commit and you have to build the URL yourself if you want to look at the MR or commit.

Lets improve that by changing the reference to urls. (Example screenshot below is from the chart, but the same problem applies to the main project)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by 🤖 GitLab Bot 🤖

Merge request reports