Include commit links for maintainer:release-notes
Which commit links are these? It links to the issue, which links to the commits, so at least there's a workaround.
🤔This is a feature request for --commit-links, correct?
// If the command was invoked with the --commit-links option
if (!empty($commit_path)) {
$item .= ' (<a href="' . $commit_path . $hash . '" title="View commit">#</a>)';
}
It would append (HASH) after the issue. @colans is this the request?
Relevant code: https://git.drupalcode.org/project/grn/blob/7.x-2.x/grn.drush.inc#L298
@mglaman Yes, exactly. It should be noted that these URLs changed recently now that the code is on GitLab. (Because of this, and earlier changes to d.o's infrastructure, this is actually broken in grn as well. See Commit links are incorrect for details.)
Thanks for confirming and linking to the relevant issue! This shouldn't be too hard to implement.