Changelog/releases improvements
The commit associated with a changelog entry doesn't render correctly in dependency update merge requests. For instance, in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/194930, commits are linked as `https://github.com/gitlab-org/gitlab-services/commit/879c52a`, whereas it should be `https://gitlab.com/gitlab-org/gitlab-services/design.gitlab.com/-/commit/879c52a`, or ideally using the full commit hash.
This means writing a custom [`changelog`](https://github.com/changesets/changesets/blob/main/docs/config-file-options.md#changelog-false-or-a-path) handler, rather than using `@changesets/changelog-git`.
issue